gstreamer -playing error

Hi all,

I have tried to play .avi and .m4v on beagle using gstreamer. on Angstrom linux and the following errors occurred

and i have also given gst-inspect to inspect the details …help me in this regard

Error1
root@beagleboard:/# gst-launch filesrc location=mov0008a.avi ! avidemux ! omx_mp
eg4dec library-name=“libOMX_Core.so” component-name=“OMX.TI.Video.Decoder” ! oma
pfbsink
Setting pipeline to PAUSED …
Pipeline is PREROLLING …
ERROR: from element /pipeline0/avidemux0: Internal data stream error.
Additional debug info:
gstavidemux.c(4115): gst_avi_demux_loop (): /pipeline0/avidemux0:
streaming stopped, reason not-linked
ERROR: pipeline doesn’t want to preroll.
Setting pipeline to NULL …
FREEING pipeline …

Error2

root@beagleboard:/# gst-launch filesrc location=sample_iPod.m4v ! omx_mpeg4dec !
omapfbsink
Setting pipeline to PAUSED …

****************LCML ERROR : DSP ************************
Error: DSP Manager Open : Err Num = 80008008
****************LCML ERROR : DSP ************************
Pipeline is PREROLLING …
Caught interrupt – handling interrupt.
Interrupt: Stopping pipeline …
ERROR: pipeline doesn’t want to preroll.
Setting pipeline to NULL …

root@beagleboard:/# gst-inspect filesrc location=mov0008a.avi ! avidemux ! omx_m
peg4dec library-name=“libOMX_Core.so” component-name=“OMX.TI.Video.Decoder” ! om
apfbsink
Factory Details:
Long name: Linux OMAP framebuffer sink
Class: Sink/Video
Description: Renders video with omapfb
Author(s): Felipe Contreras
Rank: none (0)

Plugin Details:
Name: omapfb
Description: Linux OMAP framebuffer
Filename: /usr/lib/gstreamer-0.10/libgstomapfb.so
Version: 0.1
License: LGPL
Source module: source
Binary package: package
Origin URL: origin

GObject
±—GstObject
±—GstElement
±—GstBaseSink
±—GstOmapFbSink

Pad Templates:
SINK template: ‘sink’
Availability: Always
Capabilities:
video/x-raw-yuv
width: [ 16, 4096 ]
height: [ 16, 4096 ]
framerate: [ 0/1, 30/1 ]
format: { UYVY }

Element Flags:
no flags set

Element Implementation:
Has change_state() function: gst_base_sink_change_state
Has custom save_thyself() function: (NULL)
Has custom restore_thyself() function: (NULL)

Element has no clocking capabilities.
Element has no indexing capabilities.
Element has no URI handling capabilities.

Pads:
SINK: ‘sink’
Implementation:
Has chainfunc(): gst_base_sink_chain
Has custom eventfunc(): gst_base_sink_event
Has bufferallocfunc(): gst_base_sink_pad_buffer_alloc
Pad Template: ‘sink’

Element Properties:
name : The name of the object
flags: readable, writable
String. Default: null Current: “omapfbsink0”
preroll-queue-len : Number of buffers to queue during preroll
flags: readable, writable
Unsigned Integer. Range: 0 - 4294967295 Default: 0 Current: 0
sync : Sync on the clock
flags: readable, writable
Boolean. Default: true Current: true
max-lateness : Maximum number of nanoseconds that a buffer can be late before it is dropped (-1 unlimited)
flags: readable, writable
Integer64. Range: -1 - 9223372036854775807 Default: -1 Current: -1
qos : Generate Quality-of-Service events upstream
flags: readable, writable
Boolean. Default: false Current: false
async : Go asynchronously to PAUSED
flags: readable, writable
Boolean. Default: true Current: true
ts-offset : Timestamp offset in nanoseconds
flags: readable, writable
Integer64. Range: -9223372036854775808 - 9223372036854775807 Default: 0 Current: 0
last-buffer : The last buffer received in the sink
flags: readable
MiniObject of type “GstBuffer”

Please any one solve the issue

Thanks
Tilak