webrtcbin: options is a placeholder argument

Make it clear this unused argument is there for planned future use.
This commit is contained in:
Luis de Bethencourt 2018-10-26 15:15:41 +01:00
parent 83b29b813e
commit 16c1eee36f

View file

@ -2150,6 +2150,7 @@ sdp_media_from_transceiver (GstWebRTCBin * webrtc, GstSDPMedia * media,
return TRUE; return TRUE;
} }
/* TODO: use the options argument */
static GstSDPMessage * static GstSDPMessage *
_create_offer_task (GstWebRTCBin * webrtc, const GstStructure * options) _create_offer_task (GstWebRTCBin * webrtc, const GstStructure * options)
{ {
@ -2470,6 +2471,7 @@ _get_bundle_index (GstSDPMessage * sdp, GStrv bundled, guint * idx)
return ret; return ret;
} }
/* TODO: use the options argument */
static GstSDPMessage * static GstSDPMessage *
_create_answer_task (GstWebRTCBin * webrtc, const GstStructure * options) _create_answer_task (GstWebRTCBin * webrtc, const GstStructure * options)
{ {