GNOME Bugzilla – Bug 661202
decodebin2: fire drained signal where appropriate
Last modified: 2011-10-17 13:37:33 UTC
Created attachment 198550 [details] [review] decodebin2: fire drained signal where appropriate This will allow playbin2 to send its about-to-finish signal. Taken out (apparently by mistake) by the EOS rewrite in july.
Created attachment 198552 [details] [review] decodebin2: fire drained signal where appropriate This will allow playbin2 to send its about-to-finish signal. Taken out (apparently by mistake) by the EOS rewrite in july.
New version catches the early out case as well. FLAC files aren't replayed from the start, but that seems to be the case also with a -base from before the rewrite that removed the signal, so that's another bug.
This broke a fairly important playbin2 feature (looping, and playing more than one in a row), so I'll bump that to major.
commit 5e9862b2ba891b066fcedc4f9c2dcabecfb3b9fc Author: Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> Date: Fri Oct 7 17:41:32 2011 +0100 decodebin2: fire drained signal where appropriate This will allow playbin2 to send its about-to-finish signal. Taken out (apparently by mistake) by the EOS rewrite in july. https://bugzilla.gnome.org/show_bug.cgi?id=661202