From 1c1767f82e5291dc0e49bb3283addde24184fcb4 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Tue, 9 Dec 2003 23:08:17 +0000 Subject: Implement something to make video play faster/slower Original commit message from CVS: Implement something to make video play faster/slower --- gst/videodrop/gstvideodrop.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gst/videodrop/gstvideodrop.h') diff --git a/gst/videodrop/gstvideodrop.h b/gst/videodrop/gstvideodrop.h index f5209842..429be2c4 100644 --- a/gst/videodrop/gstvideodrop.h +++ b/gst/videodrop/gstvideodrop.h @@ -45,8 +45,9 @@ struct _GstVideodrop { /* video state */ gboolean inited; - float from_fps, - to_fps; + gfloat from_fps, + to_fps; + gfloat speed; guint64 pass, total; }; -- cgit v1.2.1