[Bug 766970] aacparse: sticky event criticals with RTL HD mpeg-ts stream

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jul 1 09:59:59 UTC 2016


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

--- Comment #13 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
The point of the default caps with the GAP event is that it should be as
complete as possible and immediately go downstream. It's a fallback for the
case where we don't have any actual data yet but need to produce caps and
preroll.

You need to send the SEGMENT event (which must come before GAP) after the
default caps and before the GAP event in the default caps handling. Basically
you must forward all delayed events (post-CAPS events) after the default caps
were sent and before forwarding the GAP.

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