This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM36x: VIDENC1_process() failed with error (-1 ext: 0xa01e)

Hello!

I work with DM368, dvsdk_4_02, linux-2.6.32 and GStreamer:
URL: https://gstreamer.ti.com/svn/gstreamer_ti/trunk/gstreamer_ti
Repository Root: https://gstreamer.ti.com/svn/gstreamer_ti
Repository UUID: 24075187-2e39-4e88-bbb8-bc8aa768f540
Revision: 1051
Node Kind: directory
Schedule: normal
Last Changed Author: brijesh.singh
Last Changed Rev: 962
Last Changed Date: 2011-07-13 15:51:30 +0400 (Wed, 13 Jul 2011)

Gstreamer pipeline:
gst-launch -v ticapturesrc video-standard="1080p" ! video/x-raw-yuv,width=1920,height=1080,framerate=\(fraction\)30/1 ! TIVidenc1 codecName=mpeg4enc engineName=codecServer contiguousInputFrame=TRUE ! rtpmp4vpay pt=96 send-config=true ! udpsink host=192.168.255.1 port=5000

CMEM parameters:
insmod cmemk.ko phys_start=0x83000000 phys_end=0x88000000 pools=1x20480,1x60288,2x5984,1x16384,1x65536,1x384,6x3110400,1x6785280,1x48952,1x74,1x28,1x2048,1x146,11x3133440,1x896,1x98,1x296,29x56,2x24,1x624,4x62,1x1456,1x8321120,1x8355840,1x4194304 allowOverlap=1 phys_start_1=0x00001000 phys_end_1=0x00008000 pools_1=1x28672

I load system with boot arguments mem=48M.

When I run pipeline programm stoped with error - ERROR: from element /GstPipeline:pipeline0/GstTIVidenc1:tividenc10: failed to encode video buffer.
With parametrs CE_DEBUG=3 I see this:
@1,433,612us: [+0 T:0x41073490 S:0x410726ec] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Exit
@1,433,768us: [+0 T:0x41073490 S:0x41072704] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x92b40, retVal=0xffffffff)
@1,433,928us: [+2 T:0x41073490 S:0x41072754] ti.sdo.dmai - [Venc1] VIDENC1_process() ret -1 inId 0 outID 63 generated 925905204 bytes
@1,434,089us: [+7 T:0x41073490 S:0x41072754] ti.sdo.dmai - [Venc1] VIDENC1_process() failed with error (-1 ext: 0xa01e)

Full log 7433.debug.txt

I have read http://processors.wiki.ti.com/index.php/XDM_FAQ#How_do_I_decode_extendedError.3F and see, what in error code set bit 13 (XDM_UNSUPPORTEDINPUT).
But I do not understand reason this because I succesfully encode resolution 1280x720 with this pipeline.

Can you help me?
Thank you and excuse me my bad enflish.