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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Mar 25 07:47:29 PDT 2015


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

--- Comment #4 from Luis de Bethencourt <luis at debethencourt.com> ---
I've pinpointed the problem to happen in the following line of the gstreamer
core module:

gst/parse/grammar.y:1049:  if (yyparse (scanner, &g) != 0) {

The scanner has a correct looking pipeline string but the element graph
(graph_t g) created by yyparse has the filesink with the truncated location.

Investigating further.

-- 
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