gst-launch problem

Hi,

I'm having some issues trying to play bigbuckbunny with gst-launch.

It seems that dsp-test works fine:

sudo dsp-test

copied 1000 times successfully

Some dsp codecs are installed in my BeagleBoard xM:

gst-inspect | grep dsp

dsp: dspdummy: DSP dummy element
dsp: dspvdec: DSP video decoder
dsp: dspadec: DSP audio decoder
dsp: dsph263enc: DSP video encoder
dsp: dspmp4venc: DSP MPEG-4 video encoder
dsp: dspjpegenc: DSP video encoder
dsp: dsph264enc: DSP video encoder
dsp: dspvpp: DSP VPP filter
dsp: dspipp: DSP IPP

But I get this error when I try to play Big Buck Bunny or any other
video:

sudo gst-launch playbin2 uri=file:///home/marine/Documentos/big_buck_bunny_480p_surround-fix.avi

Estableciendo el conducto a PAUSA …
El conducto está PREPARÁNDOSE …
ADVERTENCIA: del elemento /GstPlayBin2:playbin20/
GstURIDecodeBin:uridecodebin0: No hay un decodificador disponible para
el tipo «video/x-msvideo».
Información adicional de depuración:
gsturidecodebin.c(867): unknown_type_cb (): /GstPlayBin2:playbin20/
GstURIDecodeBin:uridecodebin0
ERROR: del elemento /GstPlayBin2:playbin20/
GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin20: A la
instalación de GStreamer le falta un complemento.
Información adicional de depuración:
gstdecodebin2.c(3233): gst_decode_bin_expose (): /
GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/
GstDecodeBin2:decodebin20:
no suitable plugins found
ERROR: el conducto no quiere prepararse.
Estableciendo el conducto a NULL …
Liberando la tubería…

It seems that the error says there is not decoder for "video/x-
msvideo".
The kernel I'm using 3.2.7-x4 was compiled following the instructions
in:
elinux.org/Beagleboard_Ubuntu_%26_DSP_From_Sources

Please help,
Daniel

Hi,

Hi,

I'm having some issues trying to play bigbuckbunny with gst-launch.

It seems that dsp-test works fine:

sudo dsp-test

copied 1000 times successfully

Some dsp codecs are installed in my BeagleBoard xM:

gst-inspect | grep dsp

dsp: dspdummy: DSP dummy element
dsp: dspvdec: DSP video decoder
dsp: dspadec: DSP audio decoder
dsp: dsph263enc: DSP video encoder
dsp: dspmp4venc: DSP MPEG-4 video encoder
dsp: dspjpegenc: DSP video encoder
dsp: dsph264enc: DSP video encoder
dsp: dspvpp: DSP VPP filter
dsp: dspipp: DSP IPP

But I get this error when I try to play Big Buck Bunny or any other
video:

sudo gst-launch playbin2 uri=file:///home/marine/Documentos/big_buck_bunny_480p_surround-fix.avi

Estableciendo el conducto a PAUSA …
El conducto está PREPARÁNDOSE …
ADVERTENCIA: del elemento /GstPlayBin2:playbin20/
GstURIDecodeBin:uridecodebin0: No hay un decodificador disponible para
el tipo «video/x-msvideo».

You need the de avidemux element which is part of the avi publin,
which is in the package gst-plugins-good.

vmjl