[gst-devel] caps parsing error in gst.parse_launch
Florent
fthiery at gmail.com
Thu Apr 23 09:46:35 CEST 2009
> Please tell us what error you get :)
in e.g ipython:
: import gst
: pipeline_desc = "videotestsrc ! capsfilter caps='video/x-raw-yuv,
format=(fourcc)YUY2, width=(int)320, : height=(int)240,
framerate=(fraction)15/1' ! ffmpegcolorspace ! videobalance ! queue !
xvimagesink"
: p = gst.parse_launch(pipeline_desc)
<class 'gobject.GError'>: impossible de définir la propriété « caps »
de l'élément « capsfilter0 » à « 'video/x-raw-yuv,
format=(fourcc)YUY2, width=(int)320, height=(int)240,
framerate=(fraction)15/1' »
Thanks,
FLo
More information about the gstreamer-devel
mailing list