rist: Use the right parameters the signal
This commit is contained in:
parent
b49724fdb6
commit
16cbd0b75e
@ -263,7 +263,8 @@ gst_rist_sink_add_bond (GstRistSink * sink)
|
||||
}
|
||||
|
||||
static GstCaps *
|
||||
gst_rist_sink_request_pt_map (GstRistSrc * sink, GstElement * session, guint pt)
|
||||
gst_rist_sink_request_pt_map (GstRistSrc * sink, guint session_id, guint pt,
|
||||
GstElement * rtpbin)
|
||||
{
|
||||
const GstRTPPayloadInfo *pt_info;
|
||||
GstCaps *ret;
|
||||
|
@ -219,7 +219,8 @@ gst_rist_src_pad_added (GstRistSrc * src, GstPad * new_pad, GstElement * rtpbin)
|
||||
}
|
||||
|
||||
static GstCaps *
|
||||
gst_rist_src_request_pt_map (GstRistSrc * src, GstElement * session, guint pt)
|
||||
gst_rist_src_request_pt_map (GstRistSrc * src, guint session_id, guint pt,
|
||||
GstElement * rtpbin)
|
||||
{
|
||||
const GstRTPPayloadInfo *pt_info;
|
||||
GstCaps *ret;
|
||||
|
Loading…
x
Reference in New Issue
Block a user