Gstreamer使⽤教程(⼀):Linux下安装和使⽤Gstreamer 1、Ubuntu安装Gstreamer
sudo sudo apt-get install libgstreamer*
2、使⽤Git命令下载例⼦
git clone /gstreamer/gst-docs
3、进⼊到gst-docs/examples/tutorials⽬录,以basic-tutorial-1.c⽂件为例编译使⽤
gcc basic-tutorial-1.c -o basic-tutorial-1 `pkg-config --cflags --libs gstreamer-1.0`
4、编译成功后当前⽬录会有⼀个basic-tutorial-1的可执⾏程序,使⽤以下命令运⾏
./basic-tutorial-1
>ubuntu使用入门教程

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。