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 781168 - meson: Not installing gstappsink.h
meson: Not installing gstappsink.h
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 1.11.91
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-04-11 08:40 UTC by Claudio Saavedra
Modified: 2017-04-11 08:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
meson: install gstappsink.h (824 bytes, patch)
2017-04-11 08:46 UTC, Claudio Saavedra
committed Details | Review

Description Claudio Saavedra 2017-04-11 08:40:15 UTC
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.
Comment 1 Claudio Saavedra 2017-04-11 08:46:34 UTC
Created attachment 349660 [details] [review]
meson: install gstappsink.h
Comment 2 Sebastian Dröge (slomo) 2017-04-11 08:51:58 UTC
Attachment 349660 [details] pushed as 6b983a7 - meson: install gstappsink.h