[Bug 766201] video decoding issue with mp4 container (Android playback)

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jun 23 15:55:59 UTC 2016


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

--- Comment #57 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Not really, other than take a look at the h264parse code and baseparse code
where it is deciding the caps... and especially the code where baseparse is
handling the default negotiation for GAP events. Try to understand that code.

And then this code somehow needs to call into h264parse, either by having
h264parse handle GAP events directly instead of the base class or a new vfunc.
And that new code then needs to take into account h264parse's conversion
abilities, like the other caps selection code that already exists in h264parse.

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