summaryrefslogtreecommitdiff
path: root/gst-libs/gst/webrtc/rtpsender.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/webrtc/rtpsender.c')
-rw-r--r--gst-libs/gst/webrtc/rtpsender.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/webrtc/rtpsender.c b/gst-libs/gst/webrtc/rtpsender.c
index 4dc6deca6..da743f32d 100644
--- a/gst-libs/gst/webrtc/rtpsender.c
+++ b/gst-libs/gst/webrtc/rtpsender.c
@@ -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);
}