rtspsrc: don't put spaces in keymgmt header

This commit is contained in:
Wim Taymans 2014-03-26 12:10:44 +01:00
parent 2edd450369
commit f932da3be6

View file

@ -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);