[Bug 765365] h264parse: Fails to parse HRD parameters in SPS that ffmpeg accepts just fine

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Apr 28 11:11:45 UTC 2016


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

--- Comment #12 from sreerenj <bsreerenj at gmail.com> ---

HRD parameters are the part of sps headers. We have to handle it carefully. May
be a field in sps to indicate the vui parsing isn't success and also generate
the warning when it failed to parse VUI. Because we have to make sure sps
parsing returns TRUE , but never use any vui related parameters since it
wrongly encoded.

Or an ugly hack by setting vui_parameters_present_flag = FALSE if any failure
in vui parsing.

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