[Bug 753228] rtph265: Sync with rtph264 changes

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Aug 12 08:36:55 PDT 2015


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

--- Comment #7 from Luis de Bethencourt <luis at debethencourt.com> ---
commit 021333a9fc38a67d4054302c55188598c325e98f
Author: Luis de Bethencourt <luis at debethencourt.com>
Date:   Wed Aug 12 16:11:00 2015 +0100

    rtph265depay: Insert SPS/PPS NALs into the stream

    rtph264depay does the same and this fixes decoding of some streams with 32
    SPS (or 256 PPS). It is allowed to have SPS ID 0 to 31 (or PPS ID 0 to
255),
    but the field in the codec_data for the number of SPS or PPS is only 5
    (or 8) bit. As such, 32 SPS (or 256 PPS) are interpreted as 0 everywhere.

    This looks like a mistake in the part of the spect about the codec_data.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.


More information about the gstreamer-bugs mailing list