[Bug 765365] rtspsrc/h264parse not negotiated

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Apr 21 08:05:49 UTC 2016


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

--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Reasons is that parsing the SPS fails. The VUI has invalid HRD.

hrd->cpb_cnt_minus1 is 1, so 2 are parsed. But the second fails right in the
beginning in gst_h264_parse_hrd_parameters(). Changing that loop to < instead
of <= makes it work.

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