rist: Use the right parameters the signal
authorOlivier Crête <olivier.crete@collabora.com>
Tue, 9 Jul 2019 20:50:14 +0000 (16:50 -0400)
committerOlivier Crête <olivier.crete@ocrete.ca>
Fri, 9 Aug 2019 17:45:51 +0000 (17:45 +0000)
gst/rist/gstristsink.c
gst/rist/gstristsrc.c

index 7589e4c..3502fad 100644 (file)
@@ -263,7 +263,8 @@ gst_rist_sink_add_bond (GstRistSink * sink)
 }
 
 static GstCaps *
-gst_rist_sink_request_pt_map (GstRistSrc * sink, GstElement * session, guint pt)
+gst_rist_sink_request_pt_map (GstRistSrc * sink, guint session_id, guint pt,
+    GstElement * rtpbin)
 {
   const GstRTPPayloadInfo *pt_info;
   GstCaps *ret;
index 53b2444..fe8ce44 100644 (file)
@@ -219,7 +219,8 @@ gst_rist_src_pad_added (GstRistSrc * src, GstPad * new_pad, GstElement * rtpbin)
 }
 
 static GstCaps *
-gst_rist_src_request_pt_map (GstRistSrc * src, GstElement * session, guint pt)
+gst_rist_src_request_pt_map (GstRistSrc * src, guint session_id, guint pt,
+    GstElement * rtpbin)
 {
   const GstRTPPayloadInfo *pt_info;
   GstCaps *ret;