[vlc-devel] Re: vlc: svn commit r10695 (zorglub)
Cyril Deguet
cyril.deguet at via.ecp.fr
Sat Apr 16 15:43:15 CEST 2005
On Sat, Apr 16, 2005, Subversion daemon wrote:
> r10695 | zorglub | 2005-04-16 00:21:08 +0200 (Sat, 16 Apr 2005) | 2 lines
> Changed paths:
> M /trunk/src/playlist/playlist.c
> Fix next
I don't know if it is related, but now there is a crash when doing:
* vlc -I skins2 blabla.xxx
* stop the stream
* start the stream
#0 PlayItem (p_playlist=0x8530840, p_item=0x19)
at src/playlist/playlist.c:1026
1026 p_item->i_nb_played++;
(gdb) p p_item
$1 = (playlist_item_t *) 0x19
It seems that NextItem returns an invalid value when
p_playlist->status.i_view == -1, whereas it works when i_view == 1 (which
is the case when using the wx interface).
Thanks zorglub ! ;)
--
Cyril
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list