Simple question.
I want to make the application by using gstreamer and dvsdk dmai .
The base of the application uses encode application of dvsdk_demo.
Gstreamer was installed referring to the following sites.
http://processors.wiki.ti.com/index.php/DMAI_GStreamer_Plug-In_Getting_Started_Guide
So, I can move gstreamer by using gst-lunch on the command line !!!
But, I cannot use gstreamer in the application.
It is described that gstreamer is related to dmai on the site of TI (dmai gstreamer plugin system architecture).
http://processors.wiki.ti.com/index.php/DMAI_GStreamer_Plug-In
However, gstreamer was not able to be used as much as dmai in the encode application.
include <gst/gst.h> error.
What should I link ? Where should I set the change ?