osxvideosink: Fix build with older OSX versions
This commit is contained in:
parent
6bd61f861c
commit
c106a3653b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user