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, DVSDK 3.10, DM6467T



Hello everybody,

I need some help in getting started with GStreamer, DVSDK 3.10 and the dm6467t EVM.

1. When I checkout gst from SVN, is this the latest version with all patches? Or do I have to download them manually?

2. Which compiler to use? I have CodeSourcery 2010q1, or is 2009q1 recommended?

I downloaded the latest DVSDK, installed every needed package on my host Ubuntu 10.04, but GStreamer just won't compile. TFTP and NFS boot works fine. I know DVSDK is still beta, and GStreamer doesn't officially support it, but somehow it should run.

 

GStreamer stop compiling at the ticodecplugin:

It say, there is no rule to create gstticodecplugin_dm6467t/compiler.opt

 

Every hint would be useful.

Thanks,

Dennis

 

  • Finally, I compiled GStreamer. I checkt out rev. 380 an applied the patches. (Is there a fast way to apply them? I manually went to every dir...) Rebuild the dvdsdk and the it compiled succesful.

    Next problem: I can't start gst-*  It says it needs libc-2.9 and there is only 2.8 on the target...I'm wierd now. Didn't it use 2.8 during compiling? So why 2.9 now?

    Please help.

  • The problem with libc is gone, after recompiling with arm-2009q1.

    Next problem:

    When I want to start a sample pipeline the error "ti.sdo.dmai - [Display] Failed to allocate display driver buffers on /dev/video2" appears.

    A hint? Anyone?