summaryrefslogtreecommitdiffstats
path: root/sys/osxvideo/osxvideosink.h
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2007-05-17 10:59:00 +0000
committerEdward Hervey <bilboed@bilboed.com>2007-05-17 10:59:00 +0000
commit03897942244788349ef186976c04cb3156498438 (patch)
tree80df2d107a75f634227327218e9f7dba382b9afa /sys/osxvideo/osxvideosink.h
parent284c7f0ff93b6bbc0f6f6e128c53a9b04cbb654b (diff)
sys/osxvideo/osxvideosink.*: Remove the event-loop-in-separate-thread modifications, because MacOSX is $#@(*%$# ! For...
Original commit message from CVS: * sys/osxvideo/osxvideosink.h: * sys/osxvideo/osxvideosink.m: Remove the event-loop-in-separate-thread modifications, because MacOSX is $#@(*%$# ! For those wondering, the event handling needs to be done in the main thread after all..
Diffstat (limited to 'sys/osxvideo/osxvideosink.h')
-rw-r--r--sys/osxvideo/osxvideosink.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/osxvideo/osxvideosink.h b/sys/osxvideo/osxvideosink.h
index 4aef99f4..d7fba966 100644
--- a/sys/osxvideo/osxvideosink.h
+++ b/sys/osxvideo/osxvideosink.h
@@ -84,8 +84,6 @@ struct _GstOSXVideoSink {
gboolean embed;
gboolean fullscreen;
gboolean sw_scaling_failed;
- GstTask *event_loop;
- GStaticRecMutex loop_lock;
};
struct _GstOSXVideoSinkClass {