[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 09:44: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 wim.taymans at chello.be.

--- shadow/97645	Mon Nov  4 11:59:45 2002
+++ shadow/97645.tmp.22257	Mon Nov  4 12:44:02 2002
@@ -24,6 +24,19 @@
 
 I'm trying to fix it ...
 
 Dunno if i'll succeed .. please help !
 
 Dolphy
+
+------- Additional Comments From wim.taymans at chello.be  2002-11-04 12:44 -------
+what are you trying to do? EOS can be detected on a stream as follows:
+
+- gst_bin_iterate() on the toplevel pipeline will return FALSE if 
+  there is nothing more to schedule (EOS, ERROR, state change...)
+- Every element fires the "eos" signal when it goes into the PAUSED 
+  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? 





More information about the Gstreamer-bugs mailing list