Install GStreamer on Ubuntu or Debian
https://gstreamer.freedesktop.org/documentation/installing/on-linux.html
解决sink = gst_element_factory_make ("alsasink", "alsa-output"); sink为NULL问题
sudo apt-get install gstreamer1.0-alsa
参考《GStreamer应用程序开发手册_V2.0_20170914.pdf》
10.1. 第一个Hello world 程序
gcc helloworld.c -o helloworld `pkg-config --cflags --libs gstreamer-1.0`
./helloworld file.ogg
使用格式工厂软件转mp3为ogg生成ogg文件
格式工厂使用百度软件中心下载
转换方法参照
</