From 16c1eee36f69e0e3add9b954677125138ad065a7 Mon Sep 17 00:00:00 2001 From: Luis de Bethencourt Date: Fri, 26 Oct 2018 15:15:41 +0100 Subject: [PATCH] webrtcbin: options is a placeholder argument Make it clear this unused argument is there for planned future use. --- ext/webrtc/gstwebrtcbin.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/webrtc/gstwebrtcbin.c b/ext/webrtc/gstwebrtcbin.c index f5887a28e9..77a8e98e75 100644 --- a/ext/webrtc/gstwebrtcbin.c +++ b/ext/webrtc/gstwebrtcbin.c @@ -2150,6 +2150,7 @@ sdp_media_from_transceiver (GstWebRTCBin * webrtc, GstSDPMedia * media, return TRUE; } +/* TODO: use the options argument */ static GstSDPMessage * _create_offer_task (GstWebRTCBin * webrtc, const GstStructure * options) { @@ -2470,6 +2471,7 @@ _get_bundle_index (GstSDPMessage * sdp, GStrv bundled, guint * idx) return ret; } +/* TODO: use the options argument */ static GstSDPMessage * _create_answer_task (GstWebRTCBin * webrtc, const GstStructure * options) {