GNOME Bugzilla – Bug 756959
Add hint to gst-sdk-tutorials code which gstreamer modules are needed to compile
Last modified: 2018-05-07 14:08:06 UTC
I do not know how others are supposed to know that to compile some tutorials you need to add gstreamer-audio-1.0, gstreamer-pbutils-1.0 (and possibly more) to pkg-config. I had to ask on IRC. So maybe it is a good idea to add "please compile with `pkg-config gstreamer-audio-1.0` clause to the top of the tutorial or maybe in the documentation webpage. #include <gst/audio/audio.h> --- requires gstreamer-audio-1.0 #include <gst/pbutils/pbutils.h> --- requires gstreamer-pbutils-1.0
What tutorial are you talking about?
http://cgit.freedesktop.org/~slomo/gst-sdk-tutorials/
Replaced with the official tutorial documentation : https://gstreamer.freedesktop.org/documentation/tutorials/index.html