mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
gstrtpbin: Don't forward revc events to sender
Don't send events from the receiver to the sender side. Fixes #572900.
This commit is contained in:
parent
7ae3923ac6
commit
109874ed50
1 changed files with 0 additions and 4 deletions
|
@ -1483,10 +1483,6 @@ gst_rtp_session_event_recv_rtcp_sink (GstPad * pad, GstEvent * event)
|
|||
|
||||
switch (GST_EVENT_TYPE (event)) {
|
||||
default:
|
||||
if (rtpsession->send_rtcp_src) {
|
||||
gst_event_ref (event);
|
||||
ret = gst_pad_push_event (rtpsession->send_rtcp_src, event);
|
||||
}
|
||||
ret = gst_pad_push_event (rtpsession->sync_src, event);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue