mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
srtp: Fix critical warning trying to retrieve SSRC from a non fb message
https://bugzilla.gnome.org/show_bug.cgi?id=756876
This commit is contained in:
parent
cb5c1e8fd4
commit
073bff8ce2
1 changed files with 0 additions and 1 deletions
|
@ -162,7 +162,6 @@ rtcp_buffer_get_ssrc (GstBuffer * buf, guint32 * ssrc)
|
|||
NULL);
|
||||
ret = TRUE;
|
||||
break;
|
||||
case GST_RTCP_TYPE_APP:
|
||||
case GST_RTCP_TYPE_RTPFB:
|
||||
case GST_RTCP_TYPE_PSFB:
|
||||
*ssrc = gst_rtcp_packet_fb_get_sender_ssrc (&packet);
|
||||
|
|
Loading…
Reference in a new issue