[gst-devel] playing Gstreamer on Davinci platform..

Vivek Chugh vivekchugh.83 at gmail.com
Thu Aug 21 07:51:25 CEST 2008


hi.

I have installed gsteamer on TI's davinci platform. it has
''test_AVI.sh" script to run AVI pipeline.
it run follwing command:

gst-launch-0.10 filesrc location=$1 ! tidemux_avi name=t ! queue
max-size-buffers=60 ! gdecoder Codec=2 ! fbvideosink device=/dev/fb/3
t. ! queue max-size-buffers=180 ! adecoder Engine=1 ! osssink

followed instruction according to this doc :
http://focus.ti.com/lit/an/spraaq9/spraaq9.pdf

In this doc, they have mentioned, AVI pipeline can be tested using mpeg4 file.

 but I encountered error when I played the script.....

./test_AVI.sh /opt/dvevm/data/videos/davincieffect_pal.mpeg4
cat: write error: No space left on device
gdecoder: gst_gdecoder_get_codec_type Begin
gdecoder: gst_gdecoder_get_codec_type End
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...

FINE

no audio, no video is observed.... after some time when I press
control C, I get :

Caught interrupt -- handling interrupt.
Interrupt: Setting pipeline to PAUSED ...
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
./test_AVI.sh: line 8:  1227 Segmentation fault     gst-launch-0.10
filesrc location=$1 ! tidemux_avi name=t ! queue max-size-buffers=60 !
gdecoder Codec=2 ! fbvideosink device=/dev/fb/3 t. ! queue
max-size-buffers=180 ! adecoder Engine=1 ! osssink

can enyone help me out??

thanks

vivek




More information about the gstreamer-devel mailing list