diff options
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; }; |