summaryrefslogtreecommitdiff
path: root/sys/osxvideo/osxvideosink.h
diff options
context:
space:
mode:
authorMichael Smith <msmith@xiph.org>2008-11-20 23:59:07 +0000
committerMichael Smith <msmith@xiph.org>2008-11-20 23:59:07 +0000
commite6075940b1c1a17bbf338883960cb6c2e0f6385e (patch)
treee489fc24ff3928b4d3e38ec53946ce0d7dbde6ad /sys/osxvideo/osxvideosink.h
parent9b372f1bbd3c1e0994811354fe500f1da0ea938b (diff)
downloadgstreamer-plugins-good-e6075940b1c1a17bbf338883960cb6c2e0f6385e.tar.gz
sys/osxvideo/osxvideosink.*: Handle video window resizing more correctly, avoiding crashes when embedding the window ...
Original commit message from CVS: * sys/osxvideo/osxvideosink.h: * sys/osxvideo/osxvideosink.m: Handle video window resizing more correctly, avoiding crashes when embedding the window and resizing it.
Diffstat (limited to 'sys/osxvideo/osxvideosink.h')
-rw-r--r--sys/osxvideo/osxvideosink.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/osxvideo/osxvideosink.h b/sys/osxvideo/osxvideosink.h
index a21ac6b11..ccaeb6cad 100644
--- a/sys/osxvideo/osxvideosink.h
+++ b/sys/osxvideo/osxvideosink.h
@@ -73,9 +73,6 @@ struct _GstOSXVideoSink {
GstVideoSink videosink;
GstOSXWindow *osxwindow;
- gint fps_n;
- gint fps_d;
-
GstTask *event_task;
GStaticRecMutex event_task_lock;