summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-10-17 15:08:02 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-10-17 15:08:02 +0000
commit418ed536ef2d596c25f84c9aa8634661bb319a31 (patch)
tree2f9887cc67885988688eab842459cef9488c45a0
parentec2f93e9d23aae0b62bddbd2178110562d5f266f (diff)
gst/rtsp/gstrtspsrc.c: Use allowed name for the GstStructure.
Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open): Use allowed name for the GstStructure.
-rw-r--r--ChangeLog5
-rw-r--r--gst/rtsp/gstrtspsrc.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f2af10d..c581654b 100644
--- 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:
diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c
index 1107693b..34b43580 100644
--- a/gst/rtsp/gstrtspsrc.c
+++ b/gst/rtsp/gstrtspsrc.c
@@ -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...");