Hi all ,
when I play video with following command:
gst-launch -v filesrc location=xmw-h264mp3.avi ! avide
mux name=demux demux.audio_00 ! queue max-size-buffers=1200 max-size-time=0 max-
size-bytes=0 ! TIAuddec1 ! alsasink demux.video_00 ! queue ! TIViddec2 ! queue
max-size-buffers=2 max-size-time=0 max-size-bytes=0 ! typefind ! TIVidresize ! '
video/x-raw-yuv,width=640,height=480' ! TIDmaiVideoSink videoStd=VGA videoOutput
=DVI
It prints: ERROR: from element /GstPipeline:pipeline0/GstTIVidresize:tividresize0: failed to create resize handle
when I check the code in gsttidmaivideosink.c, it will open file : /dev/omap-resizer, but i found there's no such a file on my device ! What's the reason ? anybody can help me ? Thanks !!!!
Best Regards,
Carl