mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
rtpsession: Add support for receiving reduced size rtcp
See RFC 5506 https://bugzilla.gnome.org/show_bug.cgi?id=750332
This commit is contained in:
parent
ec82eba96b
commit
f8f23bbf5d
1 changed files with 1 additions and 1 deletions
|
@ -2624,7 +2624,7 @@ rtp_session_process_rtcp (RTPSession * sess, GstBuffer * buffer,
|
|||
g_return_val_if_fail (RTP_IS_SESSION (sess), GST_FLOW_ERROR);
|
||||
g_return_val_if_fail (GST_IS_BUFFER (buffer), GST_FLOW_ERROR);
|
||||
|
||||
if (!gst_rtcp_buffer_validate (buffer))
|
||||
if (!gst_rtcp_buffer_validate_reduced (buffer))
|
||||
goto invalid_packet;
|
||||
|
||||
GST_DEBUG ("received RTCP packet");
|
||||
|
|
Loading…
Reference in a new issue