[Bug 734970] codecparser: h264: Use proper bit_reader api while parsing buffering_period SEI

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Aug 18 03:57:27 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=734970
  GStreamer | gst-plugins-bad | git

--- Comment #4 from sreerenj <bsreerenj at gmail.com> 2014-08-18 10:57:22 UTC ---
The initial_cpb_removal_delay and initial_cpb_removal_delay_offset fields have
length in bits given by initial_cpb_removal_delay_length_minus1 + 1.
Here the initial_cpb_removal_delay_length_minus2 is a 5 bit field. And even the
default value is 23. So we should use READ_UINT32 macro .

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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