[Bug 766201] video decoding issue with mp4 container (Android playback)
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Jun 17 08:06:57 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=766201
--- Comment #55 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
The solution for this bug here seems to be to make h264parse do more clever
negotiation on gap events, involving its knowledge about what it can convert
to. Currently baseparse just does this gap negotiation by itself without asking
the subclass, that apparently has to be changed.
Shouldn't be too difficult, either needs some kind of new vfunc or direct
handling of the gap event in h264parse instead of letting the subclass do it.
--
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