Hi All,
How to use gstreamer codec on my c program?
I mean my source code need codec to encode/decode h.264 video.
not use shell command line. like Davici DM36x codec.
Best Regards,
Yucheng
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.
Hi All,
How to use gstreamer codec on my c program?
I mean my source code need codec to encode/decode h.264 video.
not use shell command line. like Davici DM36x codec.
Best Regards,
Yucheng
Hello,
You could check this wiki for gstreamer pipelines:
processors.wiki.ti.com/.../Processor_Training:_Multimedia
Here is tutorials:
docs.gstreamer.com/.../Playback tutorials
BR
Margarita
Hi,
so it only use gstreamer plug-in to use codec?
can not use device-node with my c/c++ source code?
I mean original develop.