summaryrefslogtreecommitdiffstats
path: root/sys/osxvideo/osxvideosink.h
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2007-05-17 09:41:48 +0000
committerEdward Hervey <bilboed@bilboed.com>2007-05-17 09:41:48 +0000
commit284c7f0ff93b6bbc0f6f6e128c53a9b04cbb654b (patch)
treed010575922d259cfd3f4a6f8eed7543ceca1a546 /sys/osxvideo/osxvideosink.h
parentee21b60cd7ff15e916462b27c9fb6ed995e2d67a (diff)
sys/osxvideo/osxvideosink.*: Fix a stupid #if vs #ifdef bug. Should use the proper colorspace now.
Original commit message from CVS: * sys/osxvideo/osxvideosink.h: * sys/osxvideo/osxvideosink.m: Fix a stupid #if vs #ifdef bug. Should use the proper colorspace now. Use a separate thread/task for the cocoa event_loop, else it wouldn't stop.
Diffstat (limited to 'sys/osxvideo/osxvideosink.h')
-rw-r--r--sys/osxvideo/osxvideosink.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/osxvideo/osxvideosink.h b/sys/osxvideo/osxvideosink.h
index d7fba966..4aef99f4 100644
--- a/sys/osxvideo/osxvideosink.h
+++ b/sys/osxvideo/osxvideosink.h
@@ -84,6 +84,8 @@ struct _GstOSXVideoSink {
gboolean embed;
gboolean fullscreen;
gboolean sw_scaling_failed;
+ GstTask *event_loop;
+ GStaticRecMutex loop_lock;
};
struct _GstOSXVideoSinkClass {