[Bug 733235] decodebin:Handle the multi-queue size flexible

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Aug 18 08:44:50 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=733235

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #41 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
This causes the playbin-complex test in gst-plugins-base to fail.


Problem here is that overrun is also emitted on EOS, so in those tests we
overrun at EOS but never expose any pads because after EOS nothing else comes
anymore. And no-more-pads does not happen in this test.

Actually this patch is also not great in general for demuxers that don't emit
no-more-pads. They will all get 8MB more of buffering, and then it takes 8MB
more before the streams are exposed.

Reverting for now, and attaching the patches to the bug. Does anybody have a
better idea how to fix this?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list