From 45e716e75d1a5ff6c7343da1668125fd3ef5e3bf Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Thu, 20 Nov 2014 22:42:59 +0530 Subject: [PATCH] rtpbin: Fix up new_jitterbuffer signal prototype --- gst/rtpmanager/gstrtpbin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/rtpmanager/gstrtpbin.h b/gst/rtpmanager/gstrtpbin.h index 0ac80608b2..43665351c6 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);