After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 756959 - Add hint to gst-sdk-tutorials code which gstreamer modules are needed to compile
Add hint to gst-sdk-tutorials code which gstreamer modules are needed to compile
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: documentation
git master
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-10-22 11:55 UTC by yash
Modified: 2018-05-07 14:08 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description yash 2015-10-22 11:55:19 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
Comment 1 Kyrylo V. Polezhaiev 2015-10-24 00:04:07 UTC
What tutorial are you talking about?
Comment 2 Sebastian Dröge (slomo) 2015-10-24 08:29:28 UTC
http://cgit.freedesktop.org/~slomo/gst-sdk-tutorials/
Comment 3 Edward Hervey 2018-05-07 14:08:06 UTC
Replaced with the official tutorial documentation : https://gstreamer.freedesktop.org/documentation/tutorials/index.html