基本上按照官網的指示操作

但因為遇到了些問題,所以過程中也做了些調整

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

 

以上

文章標籤
全站熱搜
創作者介紹
創作者 CCCharles 的頭像
CCCharles

CCCharles的部落格

CCCharles 發表在 痞客邦 留言(0) 人氣(1,376)