rtpsession: Only put RRs and full SDES into regular RTCP packets
authorSebastian Dröge <sebastian@centricular.com>
Mon, 4 May 2015 09:51:41 +0000 (11:51 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 2 Jun 2015 09:38:15 +0000 (11:38 +0200)
commit0f7e80ed59dda9d11c6229ea51136d37d839c995
tree57a2274da04c86ccd2552b3017a24f0158dae61f
parent6f830e5bd5c45ea4e778002ea46964901a6f5ae0
rtpsession: Only put RRs and full SDES into regular RTCP packets

If we may suppress the packet due to the rules of RFC4585 (i.e. when
below the t-rr-int), we can send a smaller RTCP packet without RRs
and full SDES. In theory we could even send a minimal RTCP packet
according to RFC5506, but we don't support that yet.

https://bugzilla.gnome.org/show_bug.cgi?id=746543
gst/rtpmanager/rtpsession.c