mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
rtpbin: Fix up new_jitterbuffer signal prototype
This commit is contained in:
parent
56436ccced
commit
45e716e75d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue