GNOME Bugzilla – Bug 110589
[0.6.1] bins never signal EOS
Last modified: 2004-12-22 21:47:04 UTC
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.
Created attachment 15655 [details] [review] see above
yes, quick and dirty but very acceptable for now. commit to HEAD (and possibly 0.6.1)
Will do - marking... I'll make a new 0.6.1 patchlist in a few hours.
applied to HEAD
This one is in 0.6.1 - closing.
*** Bug 104839 has been marked as a duplicate of this bug. ***