summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/gstrtpbin.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtpmanager/gstrtpbin.h')
-rw-r--r--gst/rtpmanager/gstrtpbin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtpmanager/gstrtpbin.h b/gst/rtpmanager/gstrtpbin.h
index 53a1e5af..649c3f30 100644
--- a/gst/rtpmanager/gstrtpbin.h
+++ b/gst/rtpmanager/gstrtpbin.h
@@ -52,7 +52,7 @@ struct _GstRTPBinClass {
GstBinClass parent_class;
/* get the caps for pt */
- GstCaps (*request_pt_map) (GstRTPBin *rtpbin, guint pt);
+ GstCaps* (*request_pt_map) (GstRTPBin *rtpbin, guint session, guint pt);
};
GType gst_rtp_bin_get_type (void);