summaryrefslogtreecommitdiffstats
path: root/ext/directfb/dfbvideosink.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/directfb/dfbvideosink.h')
-rw-r--r--ext/directfb/dfbvideosink.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/directfb/dfbvideosink.h b/ext/directfb/dfbvideosink.h
index 42509775..15a4eb31 100644
--- a/ext/directfb/dfbvideosink.h
+++ b/ext/directfb/dfbvideosink.h
@@ -69,9 +69,13 @@ struct _GstDfbVideoSink {
/* Our element stuff */
GstVideoSink videosink;
+ GMutex *pool_lock;
GSList *buffer_pool;
- gdouble framerate;
+ /* Framerate numerator and denominator */
+ gint fps_n;
+ gint fps_d;
+
gint video_width, video_height; /* size of incoming video */
gint out_width, out_height;