[Bug 781168] New: meson: Not installing gstappsink.h

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Apr 11 08:40:15 UTC 2017


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

            Bug ID: 781168
           Summary: meson: Not installing gstappsink.h
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: csaavedra at igalia.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

There's probably a mistake in the meson.build file, as gstappsrc.h is added
twice to app_headers and gstappsink.h is not at all.

app_mkenum_headers = [
  'gstappsrc.h',
]

app_headers = app_mkenum_headers + [ 'app.h', 'gstappsrc.h' ]

Not sure which of these was meant to be gstappsink.h, but this breaks the build
of gst-plugins-bad, etc.

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