rtcpbuffer: Update package validation to support reduced size rtcp packets
authorJose Antonio Santos Cadenas <santoscadenas@gmail.com>
Wed, 3 Jun 2015 09:20:35 +0000 (11:20 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 5 Jun 2015 08:18:21 +0000 (10:18 +0200)
commit9931bef8ca9af404da2900f3944edc18b2921b68
treeec63e6adc58b375b7935fdae010e8130208c97b7
parent2ad27e4c138949ae0cff8584723706b929bd6e56
rtcpbuffer: Update package validation to support reduced size rtcp packets

According to this section of the rfc.
https://tools.ietf.org/html/rfc5506#section-3.4.2
The validation should be updated to accept more types of RTCP
packages, with this mask change feedback packages will be also
accepted.

Change-Id: If5ead59e03c7c60bbe45a9b09f3ff680e7fa4868
gst-libs/gst/rtp/gstrtcpbuffer.c
gst-libs/gst/rtp/gstrtcpbuffer.h
tests/check/libs/rtp.c