[gstreamer-bugs] [Bug 164479] New: gst_parse_launch can't handle spaces

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Tue Jan 18 07:42:31 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

           Summary: gst_parse_launch can't handle spaces
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: wingo at pobox.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


This should work:

gst-launch-0.8 -v v4lsrc ! 'video/x-raw-yuv, format=(fourcc)I420,
width=(int)320, height=(int)240, framerate=(double)28.125' ! xvimagesink

The caps string comes from what gst-launch -v prints out.

This works, however:
gst-launch-0.8 -v v4lsrc !
'video/x-raw-yuv,format=(fourcc)I420,width=(int)320,height=(int)240,framerate=(double)28.125'
! xvimagesink

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




More information about the Gstreamer-bugs mailing list