diff options
Diffstat (limited to 'gst/rtpmanager/gstrtpbin.c')
-rw-r--r-- | gst/rtpmanager/gstrtpbin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtpmanager/gstrtpbin.c b/gst/rtpmanager/gstrtpbin.c index 9162d76c..215dbc73 100644 --- a/gst/rtpmanager/gstrtpbin.c +++ b/gst/rtpmanager/gstrtpbin.c @@ -959,7 +959,7 @@ create_rtcp (GstRTPBin * rtpbin, GstPadTemplate * templ, const gchar * name) /* get rtcp_src pad and store */ session->rtcp_src = - gst_element_get_request_pad (session->session, "rtcp_src"); + gst_element_get_request_pad (session->session, "send_rtcp_src"); if (session->rtcp_src == NULL) goto pad_failed; |