mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
rtspsrc: don't put spaces in keymgmt header
This commit is contained in:
parent
2edd450369
commit
f932da3be6
1 changed files with 1 additions and 1 deletions
|
@ -5867,7 +5867,7 @@ gst_rtspsrc_stream_make_keymgmt (GstRTSPSrc * src, GstRTSPStream * stream)
|
|||
base64 = g_base64_encode (data, size);
|
||||
g_bytes_unref (bytes);
|
||||
|
||||
result = g_strdup_printf ("prot=mikey; uri=\"%s\"; data=\"%s\"",
|
||||
result = g_strdup_printf ("prot=mikey;uri=\"%s\";data=\"%s\"",
|
||||
stream->conninfo.location, base64);
|
||||
g_free (base64);
|
||||
|
||||
|
|
Loading…
Reference in a new issue