[Bug 753899] baseparse: push sticky events to downstreams for initial prerolling

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Aug 24 01:19:06 PDT 2015


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

--- Comment #18 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
You need to do GAP event handling like in audio/video decoder base class, see
e.g. here:
http://cgit.freedesktop.org/gstreamer/gst-plugins-base/tree/gst-libs/gst/video/gstvideodecoder.c#n1270

You basically need to come up with some caps in a clever way before pushing the
GAP event if needed. You can't just forward all sticky events from the sinkpad
to the srcpad, the caps might be wrong and the other events might be wrong too.

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