summaryrefslogtreecommitdiffstats
path: root/sys/osxvideo/osxvideosink.h
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2008-03-18 15:03:06 +0000
committerAndy Wingo <wingo@pobox.com>2008-03-18 15:03:06 +0000
commitf7edc0c690238a6cb03e67d08541471d8b391351 (patch)
treef7c91e9b1a50c0b0ece9f2c9a9b27d6fc148b81b /sys/osxvideo/osxvideosink.h
parenta6267f383e20e88ac28fd8686b86a13c4dd2429c (diff)
sys/osxvideo/osxvideosink.m (gst_osx_video_sink_osxwindow_destroy)
Original commit message from CVS: 2008-03-18 Andy Wingo <wingo@pobox.com> * sys/osxvideo/osxvideosink.m (gst_osx_video_sink_osxwindow_destroy) (gst_osx_video_sink_osxwindow_new): Actually set a lock on the task, whoopdee. (cocoa_event_loop): Pacify the taymans by upping the usleepage to 2 ms.
Diffstat (limited to 'sys/osxvideo/osxvideosink.h')
-rw-r--r--sys/osxvideo/osxvideosink.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/osxvideo/osxvideosink.h b/sys/osxvideo/osxvideosink.h
index bb16a425..a21ac6b1 100644
--- a/sys/osxvideo/osxvideosink.h
+++ b/sys/osxvideo/osxvideosink.h
@@ -77,6 +77,7 @@ struct _GstOSXVideoSink {
gint fps_d;
GstTask *event_task;
+ GStaticRecMutex event_task_lock;
/* Unused */
gint pixel_width, pixel_height;