GStreamer安装

Gsteramer官方教程

Gsteramer 1.0 的安装官方文档

ubuntu下安装:

apt-get install libgstreamer1.0-0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-doc gstreamer1.0-tools

获取教程源码:

git clone git://anongit.freedesktop.org/gstreamer/gst-docs

编译和运行教程源码

gcc basic-tutorial-1.c -o basic-tutorial-1 `pkg-config --cflags --libs gstreamer-1.0`
./basic-tutorial-1
posted @ 2018-08-04 13:18  刘-皇叔  阅读(9708)  评论(0编辑  收藏  举报