gst/rtsp/gstrtspsrc.c: Use allowed name for the GstStructure.
authorWim Taymans <wim.taymans@gmail.com>
Wed, 17 Oct 2007 15:08:02 +0000 (15:08 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Wed, 17 Oct 2007 15:08:02 +0000 (15:08 +0000)
Original commit message from CVS:
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
Use allowed name for the GstStructure.

ChangeLog
gst/rtsp/gstrtspsrc.c

index 3f2af10..c581654 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
+
+       * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
+       Use allowed name for the GstStructure.
+
 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
 
        * ext/gconf/gstswitchsink.c:
index 1107693..34b4358 100644 (file)
@@ -3838,7 +3838,7 @@ gst_rtspsrc_open (GstRTSPSrc * src)
   if (src->props)
     gst_structure_remove_all_fields (src->props);
   else
-    src->props = gst_structure_empty_new ("RTSP Properties");
+    src->props = gst_structure_empty_new ("RTSPProperties");
 
   /* send DESCRIBE */
   GST_DEBUG_OBJECT (src, "send describe...");