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.

DVSDK 4.0 Gstreamer Help

Other Parts Discussed in Thread: OMAP3530

Hi All,

I followed the DVSDK 4.0 GSG and now have this up and running on my OMAP3530. I am doing some work with GStreamer, and it seems that it can't find any of the codecs.

gst-launch videotestsrc ! videoscale ! videorate ! video/x-raw-yuv,width=640,height=480,framerate=25/1 ! ffmpegcolorspace ! ffenc_mpeg4   ! rtpmp4vpay  ! udpsink host=127.0.0.1 port=5000


WARNING: erroneous pipeline: no element "ffenc_mpeg4"

 

Am I missing a step on installing GStreamer? It says in the GSG that it is now embedded in DVSDK 4.0

 

Thanks,

Tom