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 755852 - missing sys/applemedia headers in gst-plugins-bad 1.6.0 tarball
missing sys/applemedia headers in gst-plugins-bad 1.6.0 tarball
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.6.0
Other Linux
: Normal normal
: 1.6.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-09-30 07:43 UTC by Aleix Conchillo Flaqué
Modified: 2015-09-30 08:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
missing headers (858 bytes, patch)
2015-09-30 07:46 UTC, Aleix Conchillo Flaqué
committed Details | Review

Description Aleix Conchillo Flaqué 2015-09-30 07:43:59 UTC
Build fails because a couple of header files are missing in sys/applemedia.

plugin.m:33:10: fatal error: 'avsamplevideosink.h' file not found
#include "avsamplevideosink.h"
         ^
1 error generated.
make[3]: *** [libgstapplemedia_la-plugin.lo] Error 1
make[2]: *** [applemedia] Error 2
make[2]: *** Waiting for unfinished jobs....

The same for corevideotexturecache.h.
Comment 1 Aleix Conchillo Flaqué 2015-09-30 07:46:13 UTC
Created attachment 312398 [details] [review]
missing headers
Comment 2 Tim-Philipp Müller 2015-09-30 08:06:46 UTC
Oops, thanks!

commit 12a2acd7e8a6778cfc7970593c825172d913a7e8
Author: Aleix Conchillo Flaqué <aleix@oblong.com>
Date:   Wed Sep 30 00:44:16 2015 -0700

    applemedia: dist missing header files
    
    https://bugzilla.gnome.org/show_bug.cgi?id=755852