[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
Sat Mar 12 15:19:08 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 Ronald Bultje  2005-03-12 18:19 -------
A better method is to use g_ascii_isspace(*s) || (s[0] == '\\' &&
g_ascii_isspace(s[1])). Feel free to commit the patch with that fixed.

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




More information about the Gstreamer-bugs mailing list