diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-12-09 23:08:17 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-12-09 23:08:17 +0000 |
commit | 1c1767f82e5291dc0e49bb3283addde24184fcb4 (patch) | |
tree | 1cf28c211f6f0a2991e2679f3fa8b4216dc10cd1 /gst/videodrop/gstvideodrop.h | |
parent | d04fb4dc6cf97b54418d8c7b1b20cc92c3f06e4b (diff) | |
download | gst-plugins-bad-1c1767f82e5291dc0e49bb3283addde24184fcb4.tar.gz gst-plugins-bad-1c1767f82e5291dc0e49bb3283addde24184fcb4.tar.bz2 gst-plugins-bad-1c1767f82e5291dc0e49bb3283addde24184fcb4.zip |
Implement something to make video play faster/slower
Original commit message from CVS:
Implement something to make video play faster/slower
Diffstat (limited to 'gst/videodrop/gstvideodrop.h')
-rw-r--r-- | gst/videodrop/gstvideodrop.h | 5 |
1 files changed, 3 insertions, 2 deletions
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; }; |