[Gstreamer-bugs] [Bug 111634] Changed - gst-launch argument parsing problems

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Sat Apr 26 10:07:42 PDT 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=111634

Changed by in7y118 at public.uni-hamburg.de.

--- shadow/111634	Sat Apr 26 07:11:28 2003
+++ shadow/111634.tmp.5629	Sat Apr 26 13:07:42 2003
@@ -1,13 +1,13 @@
 Bug#: 111634
 Product: GStreamer
 Version: 0.6.x CVS
 OS: Linux
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: normal
 Priority: Normal
 Component: gstreamer (core)
 AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
 ReportedBy: gjc at inescporto.pt               
 QAContact: gstreamer-maint at bugzilla.gnome.org
@@ -17,6 +17,14 @@
 
 gst-launch 'foo ! bar' causes the following string to be parsed: foo\ !\
 bar.  OTOH, gst-launch foo \! bar, parses the string 'foo ! bar'.
   Conclusion, gst-launch joins all argv's with a single space, but spaces
 inside each arg are escaped.  This plain wrong!  Please remove the
 backslashes thing!
+
+------- Additional Comments From in7y118 at public.uni-hamburg.de  2003-04-26 13:07 -------
+This is actually how it's supposed to work. You are not supposed to
+put quotes around your pipelines.
+The idea behind this decision is that the look of the pipeline on the
+command line should be as close to what is parsed in the end.
+
+Quoting should only be used for properties with gst-launch.





More information about the Gstreamer-bugs mailing list