I've gotten the pocketsphinx code from svn and used the INSTALL instructions, but after the make install the gst-inspect does not find the pocketsphinx plugin.
I've already set the GST_PLUGIN_PATH to the path where there are pocketsphinx plugins should be "pocketsphinx/build/lib/gstreamer-0.10", but this folder is empty.
Am I missing something here? Sorry for such a newbie question, but I'm stuck on this..
Thanks a lot
Fernando
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Check pocketsphinx config.log to find out why it fails to find gstreamer libraries. Most probably gstreamer-plugins-base-devel package is not installed.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I try this sudo apt-get install gstreamer-plugins-base-devel
BUt it gives me Unable to locate package gstreamer-plugins-base-devel
And i do update, still has this problem.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
I've gotten the pocketsphinx code from svn and used the INSTALL instructions, but after the make install the gst-inspect does not find the pocketsphinx plugin.
I've already set the GST_PLUGIN_PATH to the path where there are pocketsphinx plugins should be "pocketsphinx/build/lib/gstreamer-0.10", but this folder is empty.
Am I missing something here? Sorry for such a newbie question, but I'm stuck on this..
Thanks a lot
Fernando
Check pocketsphinx config.log to find out why it fails to find gstreamer libraries. Most probably gstreamer-plugins-base-devel package is not installed.
Thanks a lot Nickolay!
Just to add information the package missing was libgstreamer-plugins-base0.10-dev.
Hey
I try this sudo apt-get install gstreamer-plugins-base-devel
BUt it gives me Unable to locate package gstreamer-plugins-base-devel
And i do update, still has this problem.
On Ubuntu the package name is libgstreamer-plugins-base1.0-dev