mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
rist: Use the right parameters the signal
This commit is contained in:
parent
b49724fdb6
commit
16cbd0b75e
2 changed files with 4 additions and 2 deletions
|
@ -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…
Reference in a new issue