GNOME Bugzilla – Bug 774624
GstGL build error due to not finding GstVideo-1.0.gir
Last modified: 2016-11-23 11:07:51 UTC
Created attachment 340136 [details] [review] gl: add gstreamer-video to pkg-config path This is very similar to https://bugzilla.gnome.org/show_bug.cgi?id=765804 except that it is GstGL which will not compile. I am also running Unbuntu 16.04 and compiling in gst-uninstalled mode. Build output: GEN GstGL-1.0.gir Couldn't find include 'GstVideo-1.0.gir' (search path: ['/home/bbcrd/gst/master/gstreamer/gst', '/home/bbcrd/gst/master/gstreamer/libs/gst/base', '/usr/share/ubuntu/gir-1.0', '/usr/share/gnome/gir-1.0', '/usr/local/share/gir-1.0', '/usr/share/gir-1.0', '/var/lib/snapd/desktop/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0']) Makefile:1721: recipe for target 'GstGL-1.0.gir' failed make[5]: *** [GstGL-1.0.gir] Error 1 make[5]: Leaving directory '/home/bbcrd/gst/master/gst-plugins-bad/gst-libs/gst/gl' Makefile:1430: recipe for target 'all-recursive' failed make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory '/home/bbcrd/gst/master/gst-plugins-bad/gst-libs/gst/gl' Makefile:1109: recipe for target 'gl' failed Confirmed that attached patch allows compilation to continue.
Attachment 340136 [details] pushed as 5591f55 - gl: add gstreamer-video to pkg-config path