Hi,
I am using dm368 dvsdk4 for h264 encoding & decoding and i am able to encode & decode till 720p and when it comes to videotestsrc and v4l2src . its not able to encode and decode i.e
For videotestsrc with the following pipeline
gst-launch-0.10 -v videotestsrc num-buffers=10 ! video/x-raw-yuv, format=\(fourcc\)NV12, width=1920, height=1080 ! TIVidenc1 codecName=h264enc engineName=codecServer ! filesink location=output_cap_1080P.264 > enclog-testsrc1.txt 2>&1
For v4l2src with the following pipe line
gst-launch-0.10 -v v4l2src always-copy=FALSE num-buffers=900 ! video/x-raw-yuv, format=\(fourcc\)NV12, width=1920, height=1080! TIVidenc1 codecName=h264enc engineName=codecServer ! filesink location=output_cap_1080P.264
it outputs the following error
vpfe-capture vpfe-capture: dma_alloc_coherent size 3112960 failed
NOTE: in bootargs i am using mem=80m
So,could any one resolve my problem
Thanks & Regards
Siva Prasad T