GNOME Bugzilla – Bug 756876
srtp: Fix critical warning trying to retrieve SSRC from a non fb message
Last modified: 2015-10-23 13:44:20 UTC
Created attachment 313757 [details] [review] fix critical warning I'm getting this warning whenever rtcp_buffer_get_ssrc is invoked and buffer is an GST_RTCP_TYPE_APP: CRITICAL **: gst_rtcp_packet_fb_get_sender_ssrc: assertion '(packet->type == GST_RTCP_TYPE_RTPFB || packet->type == GST_RTCP_TYPE_PSFB)' failed This patch only try to get the ssrc from a fb message when the type is either GST_RTCP_TYPE_PSFB or GST_RTCP_TYPE_RTPFB.
commit 073bff8ce217d4c44614bf4027b38d63ee1cbe11 Author: Santiago Carot-Nemesio <sancane@gmail.com> Date: Tue Oct 20 17:09:22 2015 +0200 srtp: Fix critical warning trying to retrieve SSRC from a non fb message https://bugzilla.gnome.org/show_bug.cgi?id=756876