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 774624 - GstGL build error due to not finding GstVideo-1.0.gir
GstGL build error due to not finding GstVideo-1.0.gir
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.10.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-11-17 15:41 UTC by David Evans
Modified: 2016-11-23 11:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gl: add gstreamer-video to pkg-config path (1.34 KB, patch)
2016-11-17 15:41 UTC, David Evans
committed Details | Review

Description David Evans 2016-11-17 15:41:26 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.
Comment 1 Sebastian Dröge (slomo) 2016-11-21 07:34:56 UTC
Attachment 340136 [details] pushed as 5591f55 - gl: add gstreamer-video to pkg-config path