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.

gstream for dm368



我启动板子,使用下面这条命令

出现了以下问题:

pipeline is live and does not need PREROLL ..
WARNING: from element/GstPipeline:pipeline0/GstDmaiperf:dmaiperf0:
Could not get/set settings from/on resource.
Additional debug info:
../../src/src/gsttidmaiperf.c(273):gst_dmaiperf_star():
/GstPipeline:pipeline0/GstDmaiperf:dmaiperf0:
Engine name not specified, not printing DSP information
Setting pipeline to PLAYING ..
New clock: GstSystemClock

-------------------

一直阻塞在这里,我对gstream 不怎么熟悉,希望有人给我点建议!!如何去解决这个问题。在此谢过了!

  •  gst_dmaiperf_star():这个函数的作用/* Make sure we know what codec we're using */

    WARNING: from element/GstPipeline:pipeline0/GstDmaiperf:dmaiperf0” 说明了没有使用编解码!

    那是少了什么插件,想问问怎么去装这些插件?