mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-10 22:01:29 +00:00
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
2 changed files with 2 additions and 2 deletions
|
@ -139,7 +139,7 @@ gst_webrtc_rtp_sender_init (GstWebRTCRTPSender * webrtc)
|
|||
}
|
||||
|
||||
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);
|
||||
}
|
||||
|
|
|
@ -56,7 +56,7 @@ struct _GstWebRTCRTPSenderClass
|
|||
};
|
||||
|
||||
GST_WEBRTC_API
|
||||
GstWebRTCRTPSender * gst_webrtc_rtp_sender_new (GArray * send_encodings);
|
||||
GstWebRTCRTPSender * gst_webrtc_rtp_sender_new (void);
|
||||
|
||||
GST_WEBRTC_API
|
||||
void gst_webrtc_rtp_sender_set_transport (GstWebRTCRTPSender * sender,
|
||||
|
|
Loading…
Reference in a new issue