Hi,
I have issue with playing AVI / 264 video file using Gstreamer Release
2008.07.26
Followings are default parameter which I got with this release for cmemk
and dsplink
insmod cmemk.ko phys_start=0x87800000 phys_end=0x88E00000
pools=20x4096,8x202752,10x131072,2x1048576,1x2097152,18x614400
insmod dsplinkk.ko ddr_start=0x8F800000 ddr_size=0x60000
Following is the error what I got while running demo test script for avi
files
CMEMK Error: Failed to find a pool which fits 691200
I added pool of 25x691200 by adjusting the pools which I got with gstreamer
release for CMEMK.
I even tried to play video files of CIF ,4CIF,QCIF resolution of h264
format files using following
gst-launch-0.10 filesrc location=$1 ! queue max-size-buffers=60 ! gdecoder
Codec=0 ! fbvideosink device=/dev/fb/3
I even tried to change the resolution in gstdecoder.h default was (720x480)
which it seems is in NTSC format
so i changed it to PAL format (720x576) ,and adjusted the cmemk memory poll
to accommodate 25x829440
but still get the following error
CMEMK Error: Failed to find a pool which fits 829440
Thank's & Regards,
Anil
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source