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.

what are the GStreamer development package?

I get this error when I'm trying to install the gstreamer plugin, is looking for some package anyone knows which they are because I believe I install all the package necesary and there is not information about it in the ti wiki page

 

icemetal@Ubuntu:~/gst-ti-plugin-full-1.02.00$ make DVSDK_INSTALL_DIR=$HOME/dvsdk/dvsdk_3_10_00_19 TARGET_ROOT_DIR=$HOME/install/dm365_fs PLATFORM=dm365 all install
make[1]: Entering directory `/home/icemetal/gst-ti-plugin-full-1.02.00'
Building opensource_build
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/home/icemetal/gst-ti-plugin-full-1.02.00'
make[1]: Entering directory `/home/icemetal/gst-ti-plugin-full-1.02.00'
Building ti_build
make[2]: Entering directory `/home/icemetal/gst-ti-plugin-full-1.02.00/ti_build'
Building ticodecplugin
+ configure run disabled
+ check for build tools
  checking for autoconf >= 2.52 ... found 2.65, ok.
  checking for automake >= 1.7 ... found 1.11.1, ok.
  checking for libtoolize >= 1.5.0 ... found 2.2.6b, ok.
  checking for pkg-config >= 0.8.0 ... found 0.22, ok.
+ running libtoolize --copy --force...
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
+ running aclocal -I m4/ ...
+ running autoheader ...
+ running autoconf ...
+ running automake -a -c...
src/Makefile.am:11: shell cat $(XDC_CONFIG_BASENAME: non-POSIX variable name
src/Makefile.am:11: (probably a GNU make extension)
+ skipping configure stage for package gstticodecplugin, as requested.
+ autogen.sh done.
configure: WARNING: using cross tools not prefixed with host triplet
configure: error: you need gstreamer development packages installed !
make[2]: *** [ticodecplugin] Error 1
make[2]: Leaving directory `/home/icemetal/gst-ti-plugin-full-1.02.00/ti_build'
make[1]: *** [ti_build] Error 2
make[1]: Leaving directory `/home/icemetal/gst-ti-plugin-full-1.02.00'
make: *** [all] Error 2
icemetal@Ubuntu:~/gst-ti-plugin-full-1.02.00$