[gstreamer-bugs] [Bug 164479] [cli-tools] gst_parse_launch can't handle spaces

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Fri Feb 11 03:53:54 PST 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=164479
 GStreamer | gstreamer (core) | Ver: HEAD CVS





------- Additional Comments From Tim-Philipp Müller  2005-02-11 06:53 -------
Created an attachment (id=37335)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=37335&action=view)
hackish fix

The problem seems to be that in the string passed to
gst_structure_from_string() the whitespaces are escaped with a leading
backslash (not any other special shell characters like round brackets though).
The parsing code doesn't expect those escape slashes. Not sure who does the
escaping.

One could fix this like in the attached patch, but it seems a bit hackish to me
somehow.

Cheers
 -Tim


------- You are receiving this mail because: -------
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list