rtspsrc: don't put spaces in keymgmt header
authorWim Taymans <wtaymans@redhat.com>
Wed, 26 Mar 2014 11:10:44 +0000 (12:10 +0100)
committerWim Taymans <wtaymans@redhat.com>
Thu, 3 Apr 2014 10:21:27 +0000 (12:21 +0200)
gst/rtsp/gstrtspsrc.c

index d90d22e..9a7ba5b 100644 (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);