diff options
Diffstat (limited to 'sys/osxvideo/cocoawindow.h')
-rw-r--r-- | sys/osxvideo/cocoawindow.h | 15 |
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; |