diff options
author | David Schleef <ds@schleef.org> | 2003-12-18 08:38:33 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-12-18 08:38:33 +0000 |
commit | 70a4a0e00218745b2bf7ad0b145fe9a967981cb4 (patch) | |
tree | b053dbe2c3629c6380fe87478fa588e92773dde1 /gst/videodrop/gstvideodrop.h | |
parent | 55ad1b72402100a5107d112996e0477ad65ff4ba (diff) | |
download | gst-plugins-bad-70a4a0e00218745b2bf7ad0b145fe9a967981cb4.tar.gz gst-plugins-bad-70a4a0e00218745b2bf7ad0b145fe9a967981cb4.tar.bz2 gst-plugins-bad-70a4a0e00218745b2bf7ad0b145fe9a967981cb4.zip |
Merge HEAD from CAPS-ROOT to CAPS-MERGE-3
Original commit message from CVS:
Merge HEAD from CAPS-ROOT to CAPS-MERGE-3
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; }; |