[Bug 794881] New: gst-plugins-bad GL mixer plugins fail to build if gst-plugins-base is built for dispmanx

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Apr 1 20:07:53 UTC 2018


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

            Bug ID: 794881
           Summary: gst-plugins-bad GL mixer plugins fail to build if
                    gst-plugins-base is built for dispmanx
    Classification: Platform
           Product: GStreamer
           Version: 1.14.0
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: a.j.buxton at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

The majority of GL plugins were recently moved into gst-plugins-base.
Subsequently, gst-plugins-bad fails to build if gst-plugins-base is built with
dispmanx support.

This happens because dispmanx support requires linking bcm_host. -bad does not
know about this library and so the following build error occurs:

.libs/libgstopenglmixers_la-gstopengl.o: In function `plugin_init':
gstopengl.c:(.text+0x10): undefined reference to `bcm_host_init'
collect2: error: ld returned 1 exit status

bcm_host is added to $LIBS in -base configure.ac around line 218.

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