[Gstreamer-bugs] [Bug 110589] New - bins never signal EOS

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Fri Apr 11 15:20:48 PDT 2003


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=110589

Changed by in7y118 at public.uni-hamburg.de.

--- shadow/110589	Fri Apr 11 18:20:48 2003
+++ shadow/110589.tmp.18976	Fri Apr 11 18:20:48 2003
@@ -0,0 +1,30 @@
+Bug#: 110589
+Product: GStreamer
+Version: cvs
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gstreamer (core)
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: in7y118 at public.uni-hamburg.de               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: 0.6.x
+URL: 
+Summary: bins never signal EOS
+
+This was actually a Rhythmbox issue, because Rhythmbox connected to the
+sink and waited for the EOS on the sink.
+Since using GConf keys however, the "sink" element is a bin and bins don't
+signal EOS.
+
+I believe the correct behaviour would be for a bin to signal EOS when all
+elements inside the bin sent EOS.
+An alternative would be to remove the EOS signal from bins (how?) or at all.
+
+The attached patch implements EOS on bins in a quick and dirty way.
+
+
+I'd like some core guy to comment on it, before I commit this to HEAD.





More information about the Gstreamer-bugs mailing list