[Bug 688625] gst-launch: incorrect parsing behaviour with spaces and quotes

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Mar 25 08:51:33 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=688625

--- Comment #5 from Luis de Bethencourt <luis at debethencourt.com> ---
Created attachment 300292
  --> https://bugzilla.gnome.org/attachment.cgi?id=300292&action=edit
parse: check before truncating strings

Unless I missunderstand the expected behaviour. If a property has a trailing
double quote, which means the last character isn't also a double quote, the
parser shouldn't truncate this last character.

gst-launch-1.0  audiotestsrc num-buffers=1 ! filesink location='".dump'
creates a file: ".dump
gst-launch-1.0  audiotestsrc num-buffers=1 ! filesink location='".dump"'
creates a file: .dump

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


More information about the gstreamer-bugs mailing list