[Bug 793039] New: gst-plugings-bad fails to build if gst-plugins-base built without OpenGL support

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jan 30 21:28:57 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=793039

            Bug ID: 793039
           Summary: gst-plugings-bad fails to build if gst-plugins-base
                    built without OpenGL support
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: omar.akkila at collabora.co.uk
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

I am trying to cross-build GStreamer from source for the raspberry pi 2 using
cerbero and I get an error when compiling -bad:

In file included from gstopengl.c:47:0:
gstglmixerbin.h:26:10: fatal error: gst/gl/gl.h: No such file or directory
 #include <gst/gl/gl.h>
          ^~~~~~~~~~~~~
compilation terminated.

I was informed that gstgl is being moved to -base and so I had a look at the
logs for the -base build and found that gl was not installed, rendering the
header unavailable.

I presume we should probably check if gl is installed otherwise we shouldn't
build.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list