projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bd61f8
)
osxvideosink: Fix build with older OSX versions
author
Josep Torra
<n770galaxy@gmail.com>
Wed, 30 May 2012 10:40:57 +0000
(12:40 +0200)
committer
Sebastian Dröge
<sebastian.droege@collabora.co.uk>
Wed, 30 May 2012 10:40:57 +0000
(12:40 +0200)
sys/osxvideo/osxvideosink.h
patch
|
blob
|
history
diff --git
a/sys/osxvideo/osxvideosink.h
b/sys/osxvideo/osxvideosink.h
index
f3c9eac
..
e261882
100644
(file)
--- a/
sys/osxvideo/osxvideosink.h
+++ b/
sys/osxvideo/osxvideosink.h
@@
-107,7
+107,11
@@
GType gst_osx_video_sink_get_type(void);
@end
+#if MAC_OS_X_VERSION_MIN_REQUIRED == MAC_OS_X_VERSION_10_6
@interface GstWindowDelegate : NSObject <NSWindowDelegate>
+#else
+@interface GstWindowDelegate : NSObject
+#endif
{
@public
GstOSXVideoSink *osxvideosink;