webrtc: Remove unused parameter from rtpsender constructor
https://bugzilla.gnome.org/show_bug.cgi?id=794363
This commit is contained in:
parent
950ead9215
commit
b1ca76377f
@ -139,7 +139,7 @@ gst_webrtc_rtp_sender_init (GstWebRTCRTPSender * webrtc)
|
|||||||
}
|
}
|
||||||
|
|
||||||
GstWebRTCRTPSender *
|
GstWebRTCRTPSender *
|
||||||
gst_webrtc_rtp_sender_new (GArray * send_encodings /* FIXME */ )
|
gst_webrtc_rtp_sender_new (void)
|
||||||
{
|
{
|
||||||
return g_object_new (GST_TYPE_WEBRTC_RTP_SENDER, NULL);
|
return g_object_new (GST_TYPE_WEBRTC_RTP_SENDER, NULL);
|
||||||
}
|
}
|
||||||
|
@ -56,7 +56,7 @@ struct _GstWebRTCRTPSenderClass
|
|||||||
};
|
};
|
||||||
|
|
||||||
GST_WEBRTC_API
|
GST_WEBRTC_API
|
||||||
GstWebRTCRTPSender * gst_webrtc_rtp_sender_new (GArray * send_encodings);
|
GstWebRTCRTPSender * gst_webrtc_rtp_sender_new (void);
|
||||||
|
|
||||||
GST_WEBRTC_API
|
GST_WEBRTC_API
|
||||||
void gst_webrtc_rtp_sender_set_transport (GstWebRTCRTPSender * sender,
|
void gst_webrtc_rtp_sender_set_transport (GstWebRTCRTPSender * sender,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user