mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
sdp: get control string from stream
Use the control string as configured in the stream.
This commit is contained in:
parent
2ffb0f69d2
commit
714e84d891
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ gst_rtsp_sdp_from_media (GstSDPMessage * sdp, GstSDPInfo * info,
|
|||
}
|
||||
|
||||
/* the config uri */
|
||||
tmp = g_strdup_printf ("stream=%d", i);
|
||||
tmp = gst_rtsp_stream_get_control (stream);
|
||||
gst_sdp_media_add_attribute (smedia, "control", tmp);
|
||||
g_free (tmp);
|
||||
|
||||
|
|
Loading…
Reference in a new issue