mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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.
This commit is contained in:
parent
ec2f93e9d2
commit
418ed536ef
2 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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...");
|
||||
|
|
Loading…
Reference in a new issue