summaryrefslogtreecommitdiffstats
path: root/sys/osxvideo/osxvideosink.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/osxvideo/osxvideosink.h')
-rw-r--r--sys/osxvideo/osxvideosink.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/sys/osxvideo/osxvideosink.h b/sys/osxvideo/osxvideosink.h
index ccaeb6ca..a29f2186 100644
--- a/sys/osxvideo/osxvideosink.h
+++ b/sys/osxvideo/osxvideosink.h
@@ -63,27 +63,13 @@ typedef struct _GstOSXVideoSinkClass GstOSXVideoSinkClass;
struct _GstOSXWindow {
gint width, height;
gboolean internal;
- GstOSXVideoSinkWindow* win;
GstGLView* gstview;
- NSAutoreleasePool *pool;
};
struct _GstOSXVideoSink {
/* Our element stuff */
GstVideoSink videosink;
GstOSXWindow *osxwindow;
-
- GstTask *event_task;
- GStaticRecMutex event_task_lock;
-
- /* Unused */
- gint pixel_width, pixel_height;
-
- GstClockTime time;
-
- gboolean embed;
- gboolean fullscreen;
- gboolean sw_scaling_failed;
};
struct _GstOSXVideoSinkClass {
@@ -92,16 +78,6 @@ struct _GstOSXVideoSinkClass {
GType gst_osx_video_sink_get_type(void);
-#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_4
-@interface NSApplication(AppleMenu)
-- (void)setAppleMenu:(NSMenu *)menu;
-@end
-#endif
-
-@interface GstAppDelegate : NSObject
-- (NSApplicationTerminateReply)applicationShouldTerminate:(NSApplication *)sender;
-@end
-
G_END_DECLS
#endif /* __GST_OSX_VIDEO_SINK_H__ */