gstreamer/gst/rtp
Luis de Bethencourt 021333a9fc 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.
2015-08-12 16:34:43 +01:00
..
gstrtp.c rtp: add h265 RTP payloader + depayloader 2014-10-17 10:40:24 +02:00
gstrtph265depay.c rtph265depay: Insert SPS/PPS NALs into the stream 2015-08-12 16:34:43 +01:00
gstrtph265depay.h rtp: add h265 RTP payloader + depayloader 2014-10-17 10:40:24 +02:00
gstrtph265pay.c rtp: remove dead assignment 2015-07-29 17:33:27 +01:00
gstrtph265pay.h rtp: add h265 RTP payloader + depayloader 2014-10-17 10:40:24 +02:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 18:59:32 +01:00