mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
webrtcbin: options is a placeholder argument
Make it clear this unused argument is there for planned future use.
This commit is contained in:
parent
83b29b813e
commit
16c1eee36f
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue