ubuntu 16安装gstreamer,但gstreamer-plugins-base-1.0.pc文件在任何地方都找不到

ubuntu 16安装gstreamer,但gstreamer-plugins-base-1.0.pc文件在任何地方都找不到,plugins,gstreamer,apt-get,pocketsphinx,Plugins,Gstreamer,Apt Get,Pocketsphinx,在我的mac pro上使用ubuntu 16 0n 要集成gstreamer和pocketsphinx,我需要三个.pc文件,正如官方网站所说: gstreamer-1.0.pc gstreamer-base-1.0.pc gstreamer-plugins-base-1.0.pc 我开始一个新的空ubuntu 18。 通过安装gstreamer $ sudo apt-get install libgstreamer1.0-dev 但在上一个命令之后,三个重要的.pc文件中只有两个存在。 如果

在我的mac pro上使用ubuntu 16 0n

要集成gstreamer和pocketsphinx,我需要三个.pc文件,正如官方网站所说:

gstreamer-1.0.pc gstreamer-base-1.0.pc gstreamer-plugins-base-1.0.pc 我开始一个新的空ubuntu 18。 通过安装gstreamer

$ sudo apt-get install libgstreamer1.0-dev
但在上一个命令之后,三个重要的.pc文件中只有两个存在。 如果我将cd刻录到/usr/并运行:

sudo find . -print | grep -i 'gstreamer-plugins-base-1.0'
终端返回空的未找到。 同时 sudo find-打印| grep-i'gstreamer-base-1.0'

将给我正确的路径

丢失的gstreamer-plugins-base-1.0.pc文件在哪里?多谢各位


如果只有两个而不是三个.pc文件,pocketsphinx的配置将不起作用。

**sudo apt get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev**

帮助我生成丢失的gstreamer-plugins-base-1.0.pc文件。
这两个都是必需的。

**sudo apt get安装libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev**

帮助我生成丢失的gstreamer-plugins-base-1.0.pc文件。
这两个都是必需的。

**sudo apt get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev**帮助我生成缺少的gstreamer-plugins-base-1.0.pc文件。**sudo apt get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev**帮助我生成缺少的gstreamer-plugins-base-1.0.pc文件。
sudo find . -print | grep -i 'gstreamer-1.0'