From 418ed536ef2d596c25f84c9aa8634661bb319a31 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 17 Oct 2007 15:08:02 +0000 Subject: 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. --- gst/rtsp/gstrtspsrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/rtsp') 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..."); -- cgit