[Bug 756876] New: gstsrtp: Fix critical warning trying to retrieve SSRC from a non fb message
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Oct 20 08:12:01 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=756876
Bug ID: 756876
Summary: gstsrtp: Fix critical warning trying to retrieve SSRC
from a non fb message
Classification: Platform
Product: GStreamer
Version: unspecified
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-bad
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: sancane.kurento at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Created attachment 313757
--> https://bugzilla.gnome.org/attachment.cgi?id=313757&action=edit
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.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list