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.

GStreamer issue on DaVinci board



Hi,

  We are working on TI's DM6467 board, DVSDK 2.0 version. the gstreamer version installed in 10.23

      We are able to run the TI AAC decoder successfully,  with TI decoder demo program

@1,419,871us: [+0 T:0x40bc8490] ti.sdo.ce.osal.Sem - Entered Sem_pend> sem[0x621c0] timeout[0xffffffff]
TraceUtil_start> note: CE_DEBUG env. var is set, so TraceUtil is not active (unset CE_DEBUG if you need TraceUtil)
@1,423,241us: [+0 T:0x41bc8490] CE - Engine_open> Enter('decode', 0x0, 0x41bc7d1c)
@1,423,419us: [+0 T:0x41bc8490] CE - rserverOpen('decodeCombo.x64P'), count = 0
@1,423,540us: [+0 T:0x41bc8490] OP - Processor_create> Enter(imageName='decodeCombo.x64P', linkCfg='(null)', attrs=0x41bc7d00)


    While trying to execute gstreamer with TI's AAC decoder, we are getting the following errors.

with Gstreamer
@1,186,460us: [+0 T:0x41e88490] CE - Engine_open> Enter('decode', 0x0, 0x41e87d1c)
@1,186,691us: [+0 T:0x41e88490] CE - rserverOpen('decodeCombo.x64P'), count = 0
@1,186,822us: [+0 T:0x41e88490] OP - Processor_create> Enter(imageName='decodeCombo.x64P', linkCfg='(null)', attrs=0x41e87d00)
@1,187,150us: [+7 T:0x41e88490] OP - Processor_create> ERROR: cannot access file decodeCombo.x64P
@1,187,292us: [+6 T:0x41e88490] CE - rserverOpen: can't start 'decodeCombo.x64P'; Processor_create failed
@1,187,292us: [+6 T:0x41e88490] CE - rserverOpen: can't start 'decodeCombo.x64P'; Processor_create failed
@1,187,410us: [+0 T:0x41e88490] CE - rserverOpen('decodeCombo.x64P'): 0x0 done.
@1,187,519us: [+0 T:0x41e88490] CE - Engine_close(0xd2c00)
@1,187,633us: [+0 T:0x41e88490] CE - Engine_open> return(0)

We executed the Gstreamer script for memory map
insmod cmemk.ko phys_start=0x87800000 phys_end=0x8ba00000 \
    pools=1x8294400,11x3670016,3x2304000,3x1434240,1x1

are these settings giving the Process Create Failure ?

Thanks in Advance

Uma Padmanabha