[vlc-devel] commit: input: No need to signal input' s end to the playlist now that the playlist gets an event for that one. ( Pierre d'Herbemont )
git version control
git at videolan.org
Sat Jun 14 15:17:00 CEST 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Sat Jun 14 15:14:04 2008 +0200| [4d6512f547833838d0466c4d1f534a4671a15fd8]
input: No need to signal input's end to the playlist now that the playlist gets an event for that one.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4d6512f547833838d0466c4d1f534a4671a15fd8
---
src/input/input.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/input/input.c b/src/input/input.c
index d23a746..ededd97 100644
--- a/src/input/input.c
+++ b/src/input/input.c
@@ -534,7 +534,6 @@ static int Run( input_thread_t *p_input )
/* We have finished */
p_input->b_eof = true;
input_ChangeState( p_input, END_S );
- playlist_Signal( libvlc_priv (p_input->p_libvlc)->p_playlist );
}
/* Wait until we are asked to die */
More information about the vlc-devel
mailing list