mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
rtspsrc: Fix handling of *
control path
Regression introduced by 7f9d689572
.
Thanks to Tristan Matthews for reporting this.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4497>
This commit is contained in:
parent
0db6149880
commit
ef89bac181
1 changed files with 1 additions and 1 deletions
|
@ -2449,7 +2449,7 @@ gst_rtspsrc_create_stream (GstRTSPSrc * src, GstSDPMessage * sdp, gint idx,
|
|||
|
||||
base = get_aggregate_control (src);
|
||||
if (g_strcmp0 (control_path, "*") == 0)
|
||||
control_path = g_strdup (base);
|
||||
stream->conninfo.location = g_strdup (base);
|
||||
else
|
||||
stream->conninfo.location = gst_uri_join_strings (base, control_path);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue