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 770526 - osxvideo: fatal error: 'QuickTime/QuickTime.h' file not found (macOS Sierra)
osxvideo: fatal error: 'QuickTime/QuickTime.h' file not found (macOS Sierra)
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Mac OS
: Normal blocker
: 1.8.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-08-28 21:39 UTC by Alexander Mezin
Modified: 2016-09-01 10:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Build log (1022.08 KB, text/plain)
2016-08-28 21:39 UTC, Alexander Mezin
Details
config.log (200.84 KB, text/plain)
2016-08-28 21:40 UTC, Alexander Mezin
Details

Description Alexander Mezin 2016-08-28 21:39:39 UTC
Created attachment 334319 [details]
Build log

osxvideo plugin fails to build on macOS Sierra.

    In file included from cocoawindow.m:32:
    ./cocoawindow.h:30:9: fatal error: 'QuickTime/QuickTime.h' file not found
    #import <QuickTime/QuickTime.h>

    In file included from osxvideosink.m:39:
    ./osxvideosink.h:38:10: fatal error: 'QuickTime/QuickTime.h' file not found
    #include <QuickTime/QuickTime.h>

Tried 1.8.3 and git master - the same error.

I'm trying to install using Homebrew.
Comment 1 Alexander Mezin 2016-08-28 21:40:05 UTC
Created attachment 334320 [details]
config.log
Comment 2 Jan Schmidt 2016-08-30 19:53:24 UTC
Thanks! Fixed in git master:

commit 9cc497e5c329f89f2327d976b2b1507274101347
Author: Jan Schmidt <jan@centricular.com>
Date:   Wed Aug 31 05:50:44 2016 +1000

    osxvideo: Remove QuickTime references.
    
    QuickTime.h is no longer available on OS X 10.12 (Sierra),
    and both the header and the framework seem unnecessary
    for compilation - at least as of 10.11 (El Capitan).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=770526