gstreamer/gst/rtp
Luis de Bethencourt 54ce23e0cb rtp: value truncated too short creates dead code
type is truncated to 0-31 with "& 0x1f", but right after that it is checks if
the value is equivalent to GST_H265_NAL_VPS, GST_H265_NAL_SPS, and
GST_H265_NAL_PPS (which are 32, 33, and 34 respectively). Obviously, this will
never be True if the value is maximum 31 after the truncation.
The intention of the code was to truncate to 0-63.
2015-01-08 15:36:04 +00:00
..
gstrtp.c rtp: add h265 RTP payloader + depayloader 2014-10-17 10:40:24 +02:00
gstrtph265depay.c rtp: fix nal unit type check 2015-01-08 15:27:44 +00:00
gstrtph265depay.h rtp: add h265 RTP payloader + depayloader 2014-10-17 10:40:24 +02:00
gstrtph265pay.c rtp: value truncated too short creates dead code 2015-01-08 15:36:04 +00:00
gstrtph265pay.h rtp: add h265 RTP payloader + depayloader 2014-10-17 10:40:24 +02:00
Makefile.am rtpbad: Fix make dist by removing non-existing file from EXTRA_DIST 2014-10-19 13:44:38 +02:00