summaryrefslogtreecommitdiffstats
path: root/sys/osxvideo/cocoawindow.h
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2007-02-27 11:30:19 +0000
committerEdward Hervey <bilboed@bilboed.com>2007-02-27 11:30:19 +0000
commitbd7b6fc51c1ba10d77780cc5084d830448592b0e (patch)
tree006a2950d3df631a42481fdcb911d7e8b54d6837 /sys/osxvideo/cocoawindow.h
parent5fd12e6daebda436c405f9c7d3cb7561b492e9ab (diff)
downloadgst-plugins-bad-bd7b6fc51c1ba10d77780cc5084d830448592b0e.tar.gz
gst-plugins-bad-bd7b6fc51c1ba10d77780cc5084d830448592b0e.tar.bz2
gst-plugins-bad-bd7b6fc51c1ba10d77780cc5084d830448592b0e.zip
sys/osxvideo/: Disable the cocoa event loop since it's a huge memory leak. Should only matter if the sink isn't used ...
Original commit message from CVS: * sys/osxvideo/cocoawindow.h: * sys/osxvideo/cocoawindow.m: * sys/osxvideo/osxvideosink.h: * sys/osxvideo/osxvideosink.m: Disable the cocoa event loop since it's a huge memory leak. Should only matter if the sink isn't used within an NSApp (which has already got a coca event loop). Remove all unused code.
Diffstat (limited to 'sys/osxvideo/cocoawindow.h')
-rw-r--r--sys/osxvideo/cocoawindow.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/sys/osxvideo/cocoawindow.h b/sys/osxvideo/cocoawindow.h
index c4a774d1..87f592aa 100644
--- a/sys/osxvideo/cocoawindow.h
+++ b/sys/osxvideo/cocoawindow.h
@@ -53,21 +53,6 @@ struct _GstOSXImage;
@end
-@interface GstView : NSQuickDrawView {
- int width, height;
- gboolean isPortSet;
- void* port;
-/* Quicktime Sequence */
- ImageSequence qtseqid;
- ImageDescriptionHandle imgdesc;
- struct _GstOSXImage* curimg;
-}
-- (void) drawRect: (NSRect) rect;
-- (id) initWithFrame: (NSRect) frame;
-- (void) setVideoSize: (int) w: (int) h;
-- (void) setVideoImage: (GstBuffer*) img;
-@end
-
@interface GstOSXVideoSinkWindow: NSWindow {
int width, height;
GstGLView *gstview;