summaryrefslogtreecommitdiff
path: root/sys/osxvideo/osxvideosink.h
diff options
context:
space:
mode:
authorJeremy Huddleston Sequoia <jeremyhu@apple.com>2014-01-01 12:11:43 -0800
committerSebastian Dröge <sebastian@centricular.com>2014-01-02 10:01:54 +0100
commit2bc631bcd0051cbb6cf2e519bf103cfdf3c33f08 (patch)
tree7c1ff955c8ed7b7630a40cf4b9a46f75549931b9 /sys/osxvideo/osxvideosink.h
parent6fe2115d77b2c67bf5f12a52f456f92496e6556a (diff)
downloadgstreamer-plugins-good-2bc631bcd0051cbb6cf2e519bf103cfdf3c33f08.tar.gz
osxvideo: unifdef -DRUN_NS_APP_THREAD
Diffstat (limited to 'sys/osxvideo/osxvideosink.h')
-rw-r--r--sys/osxvideo/osxvideosink.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/osxvideo/osxvideosink.h b/sys/osxvideo/osxvideosink.h
index 92e318f6d..ab5733854 100644
--- a/sys/osxvideo/osxvideosink.h
+++ b/sys/osxvideo/osxvideosink.h
@@ -89,11 +89,7 @@ struct _GstOSXVideoSinkClass {
GstVideoSinkClass parent_class;
GstOSXVideoSinkRunLoopState run_loop_state;
-#ifdef RUN_NS_APP_THREAD
NSThread *ns_app_thread;
-#else
- guint cocoa_timeout;
-#endif
};
GType gst_osx_video_sink_get_type(void);
@@ -132,11 +128,9 @@ GType gst_osx_video_sink_get_type(void);
-(void) destroy;
-(void) showFrame: (GstBufferObject*) buf;
-(void) setView: (NSView*) view;
-#ifdef RUN_NS_APP_THREAD
+ (BOOL) isMainThread;
-(void) nsAppThread;
-(void) checkMainRunLoop;
-#endif
@end
G_END_DECLS