rtpbin: Fix up new_jitterbuffer signal prototype

This commit is contained in:
Arun Raghavan 2014-11-20 22:42:59 +05:30
parent 56436ccced
commit 45e716e75d

View file

@ -80,7 +80,7 @@ struct _GstRtpBinClass {
void (*payload_type_change) (GstRtpBin *rtpbin, guint session, guint pt); 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 */ /* action signals */
void (*clear_pt_map) (GstRtpBin *rtpbin); void (*clear_pt_map) (GstRtpBin *rtpbin);