[Gstreamer-bugs] [Bug 97645] Changed - stream_end signal is never sent

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Mon Nov 4 11:01:02 PST 2002


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=97645

Changed by julien at moutte.net.

--- shadow/97645	Mon Nov  4 12:44:02 2002
+++ shadow/97645.tmp.20435	Mon Nov  4 14:01:02 2002
@@ -37,6 +37,24 @@
   state because of EOS. This does not (yet) work on a bin.
 - a bin (in fact an element) fires a "state_change" signal when its 
   state changes (EOS/error/manual state change/...)
 
 Which one are you trying? "stream_end" is a non-existant signal. Do
 you need an eos signal from a bin? 
+
+------- Additional Comments From julien at moutte.net  2002-11-04 14:01 -------
+
+Hi Wim,
+
+I'm trying to integrate libgstplay from gst-plugins into my app like
+gst-player does...
+
+normally libgstplay has a "stream_end" signal that can be connected to
+a callback...
+
+I never receive this signal even if the callback is connected correctly
+
+I put some debug messages in play.c from libgstplay directly in
+callback_audio_sink_eos and seen that this callback (connected to
+"eos" from audio_sink osssink) is never called
+
+Any idea ?





More information about the Gstreamer-bugs mailing list