mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
webrtc ice: Only ever request one component, it's always rtcpmux
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/119>
This commit is contained in:
parent
1d03fdcc09
commit
3a3965e5cf
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ _create_nice_stream_item (GstWebRTCICE * ice, guint session_id)
|
|||
struct NiceStreamItem item;
|
||||
|
||||
item.session_id = session_id;
|
||||
item.nice_stream_id = nice_agent_add_stream (ice->priv->nice_agent, 2);
|
||||
item.nice_stream_id = nice_agent_add_stream (ice->priv->nice_agent, 1);
|
||||
item.stream = gst_webrtc_ice_stream_new (ice, item.nice_stream_id);
|
||||
g_array_append_val (ice->priv->nice_stream_map, item);
|
||||
|
||||
|
|
Loading…
Reference in a new issue