[vlc-devel] [PATCH] libvlc: libvlc_MediaInstanceStopped replaces libvlc_MediaInstanceReachedEnd
Tanguy Krotoff
tkrotoff at gmail.com
Mon Mar 31 03:19:53 CEST 2008
On Mon, Mar 31, 2008 at 3:06 AM, Pierre d'Herbemont <pdherbemont at free.fr> wrote:
> The media_list_player, which is based on the media_player, needs to
> differenciate between a hard stop, and the end of the stream.
Because media_list_player will go for the next media if there is a end
of stream.
And if it is a hard stop, media_list_player will just stop?
> What do you think?
That I have to resend a patch... huhu
But are you OK with the use of libvlc_event_send()?
And by the way I made another mistake
it shouldn't be
libvlc_media_set_state( p_mi->p_md, libvlc_NothingSpecial, NULL);
but
libvlc_media_set_state( p_mi->p_md, libvlc_Stopped, NULL);
--
Tanguy Krotoff <tkrotoff at gmail.com>
+33 6 68 42 70 24
More information about the vlc-devel
mailing list