[Bug 745564] New: applemedia: disable qtkitvideosrc when compiling on at least OSX 10.9
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Mar 3 15:10:22 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=745564
Bug ID: 745564
Summary: applemedia: disable qtkitvideosrc when compiling on at
least OSX 10.9
Classification: Platform
Product: GStreamer
Version: git master
OS: Mac OS
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-bad
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: julien.isorce at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
When compiling applemedia on OSX >= 10.9 you get:
"
qtkitvideosrc.m:161:25: error: 'QTMediaTypeVideo' is deprecated
[-Werror,-Wdeprecated-declarations]
NSString *mediaType = QTMediaTypeVideo;
/System/Library/Frameworks/QTKit.framework/Headers/QTMedia.h:40:31: note:
'QTMediaTypeVideo' has been explicitly marked deprecated here
QTKIT_EXTERN NSString * const QTMediaTypeVideo
AVAILABLE_QTKIT_VERSION_7_0_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3;
"
Indeed QTKit has been deprecated since OS X 10.9
See "Deprecated Frameworks" section in
https://developer.apple.com/library/mac/releasenotes/MacOSX/WhatsNewInOSX/Articles/MacOSX10_9.html
--
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