[Bug 774886] New: Regression: fatal error: gst/gl/egl/gstglcontext_egl.h: No such file or directory

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Nov 23 00:28:31 UTC 2016


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

            Bug ID: 774886
           Summary: Regression: fatal error:
                    gst/gl/egl/gstglcontext_egl.h: No such file or
                    directory
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Mac OS
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: minfrin at sharp.fm
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Current gst-omx fails to build as follows:

make[2]: Entering directory '/home/pi/packages/gstreamer-master/gst-omx/omx'
  CC       libgstomx_la-gstomxvideodec.lo
In file included from gstomxvideodec.c:41:0:
/usr/local/include/gstreamer-1.0/gst/gl/egl/gstglmemoryegl.h:32:41: fatal
error: gst/gl/egl/gstglcontext_egl.h: No such file or directory
 #include <gst/gl/egl/gstglcontext_egl.h>
                                         ^
compilation terminated.
Makefile:704: recipe for target 'libgstomx_la-gstomxvideodec.lo' failed

The publicly installed header file gst/gl/egl/gstglmemoryegl.h includes the
now-hidden header file gst/gl/egl/gstglcontext_egl.h, and any code depending on
the first header (like gst-omx) breaks.

It appears there has been other breakage related to this:

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

-- 
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