This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

GStreamer on dm365

Hi all,

I'm trying to run the gstreamer on my dm365 board.

I get:

root@dm365-evm:/opt/gstreamer_demo/dm365# ./loadmodules.sh
CMEMK module: built on Feb  6 2011 at 17:33:31
  Reference Linux version 2.6.32
  File /media/work/dvsdk3/dvsdk_3_10_00_19/linuxutils_2_25_04_10/packages/ti/sdo/linuxutils/cmem/src/module/cmemk.c
allocated heap buffer 0xc8000000 of size 0x7e000
cmemk initialized
IRQK module: built on Feb  6 2011 at 17:33:38
  Reference Linux version 2.6.32
  File /media/work/dvsdk3/dvsdk_3_10_00_19/linuxutils_2_25_04_10/packages/ti/sdo/linuxutils/irq/src/module/irqk.c
irqk initialized
EDMAK module: built on Feb  6 2011 at 17:33:37
  Reference Linux version 2.6.32
  File /media/work/dvsdk3/dvsdk_3_10_00_19/linuxutils_2_25_04_10/packages/ti/sdo/linuxutils/edma/src/module/edmak.c
root@dm365-evm:/opt/gstreamer_demo/dm365# export GST_REGISTRY=/tmp/gst_registry.
bin
root@dm365-evm:/opt/gstreamer_demo/dm365# export LD_LIBRARY_PATH=/opt/gstreamer/
lib
root@dm365-evm:/opt/gstreamer_demo/dm365# export GST_PLUGIN_PATH=/opt/gstreamer/
lib/gstreamer-0.10
root@dm365-evm:/opt/gstreamer_demo/dm365# export PATH=/opt/gstreamer/bin:$PATH
root@dm365-evm:/opt/gstreamer_demo/dm365# cat /dev/zero > /dev/fb2 2> /dev/null
root@dm365-evm:/opt/gstreamer_demo/dm365# gst-launch -v filesrc location=davinci
effect.mpeg4 ! TIViddec2 codecName=mpeg4dec engineName=codecServer ! queue max-s
ize-buffers=2 max-size-time=0 max-size-bytes=0 !TIDmaiVideoSink videoStd=720P_60
 videoOutput=COMPONENT sync=FALSE hideOSD=TRUE

(gst-launch-0.10:1390): GStreamer-WARNING **: Failed to load plugin '/opt/gstreamer/lib/gstreamer-0.10/libgstmad.so': /opt/gstreamer/lib/libid3tag.so.0: undefined symbol: id3_frametype_obsolete
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
/GstPipeline:pipeline0/GstTIViddec2:tividdec20.GstPad:src: caps = video/x-raw-yuv, format=(fourcc)NV12, framerate=(fraction)30000/1001, width=(int)1280, height=(int)720
/GstPipeline:pipeline0/GstQueue:queue0.GstPad:sink: caps = video/x-raw-yuv, format=(fourcc)NV12, framerate=(fraction)30000/1001, width=(int)1280, height=(int)720
/GstPipeline:pipeline0ideo/x-raw-yuv, format=(fourcc)NV12, framerate=(fraction)30000/1001, width=(int)1280, height=(int)720
/GstPipeline:pipeline0/Gdeo/x-raw-yuv, format=(fourcc)NV12, framerate=(fraction)30000/1GstSystemClock
davinci_v4l2 davinci_v4l2.1: Before finishing with S_FMT:
layer.pix_fmt.bytesperline = 1280,
 layer.pix_fmt.width = 1280,
 layer.pix_fmt.height = 720,
 layer.pix_fmt.sizeimage =1382400
davinci_v4l2 davinci_v4l2.1: pixfmt->width = 1280,
 layer->layer_info.config.line_length= 1280
Caught SIGSEGV accessing address 0x436fd000
Spinning.  Please run 'gdb gst-launch 1389' to continue debugging, Ctrl-C to quit, or Ctrl-\ to dump core.

 

Please help.