close
基本上按照官網的指示操作
但因為遇到了些問題,所以過程中也做了些調整
1. Install GStreamer on Ubuntu
官網給的指令對我來說是無法 work 的
sudo apt-get install .... ==> fail
sudo apt-get install libgstreamer1.0-dev ==> work
2. Building applications using GStreamer
pkg-config --cflags --libs gstreamer-1.0
3. Getting the tutorial's source code
git clone git://anongit.freedesktop.org/gstreamer/gst-docs
4. Building the tutorial
cd ~/gst-docs/examples/tutorials
gcc basic-tutorial-1.c -o basic-tutorial-1 `pkg-config --cflags --libs gstreamer-1.0`
5. Running the tutorials
./basic-tutorial-1
以上
全站熱搜