|  |  |  | GStreamer Good Plugins 1.0 Plugins Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Properties | ||||
| plugin | osxvideo | 
| author | Zaheer Abbas Merali <zaheerabas at merali dot org> | 
| class | Sink/Video | 
struct GstOSXVideoSink {
  /* Our element stuff */
  GstVideoSink videosink;
  GstOSXWindow *osxwindow;
  void *osxvideosinkobject;
  NSView *superview;
  NSThread *ns_app_thread;
#ifdef RUN_NS_APP_THREAD
  GMutex loop_thread_lock;
  GCond loop_thread_cond;
#else
  guint cocoa_timeout;
#endif
  GMutex mrl_check_lock;
  GCond mrl_check_cond;
  gboolean mrl_check_done;
  gboolean main_run_loop_running;
  gboolean app_started;
  gboolean keep_par;
  gboolean embed;
};