Anil,

It sounds like you're doing the right things with CMEM, so I can't directly 
answer your problem but do have some suggestions...

First, make sure that cmemk.ko insmod's correctly, without error (errors will 
go to the console, and/or retrieved with the 'dmesg' command).

Second, after getting the failure, you can do
    % cat /proc/cmem
to see the allocation status of all buffers in all pools.  You might see the 
problem from this output, but if you still believe that it's failing when it 
should be succeeding, email me (and/or this list) and we'll take it from there.

Regards,

- Rob

________________________________
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anil
Sent: Thursday, August 28, 2008 1:46 AM
To: [email protected]
Subject: Need Help on Gstreamer AVI - 264 video files

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

Reply via email to