summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 0ac80608b..43665351c 100644
--- a/gst/rtpmanager/gstrtpbin.h
+++ b/gst/rtpmanager/gstrtpbin.h
@@ -80,7 +80,7 @@ struct _GstRtpBinClass {
void (*payload_type_change) (GstRtpBin *rtpbin, guint session, guint pt);
- void (*new_jitterbuffer) (GstRtpBin *rtpbin, guint session, guint32 ssrc);
+ void (*new_jitterbuffer) (GstRtpBin *rtpbin, GstElement *jitterbuffer, guint session, guint32 ssrc);
/* action signals */
void (*clear_pt_map) (GstRtpBin *rtpbin);