rtpbin: Fix up new_jitterbuffer signal prototype
This commit is contained in:
parent
56436ccced
commit
45e716e75d
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user