summaryrefslogtreecommitdiffstats
path: root/gst/goom/gstgoom.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/goom/gstgoom.h')
-rw-r--r--gst/goom/gstgoom.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/goom/gstgoom.h b/gst/goom/gstgoom.h
index ca5f5ce7..ea17c743 100644
--- a/gst/goom/gstgoom.h
+++ b/gst/goom/gstgoom.h
@@ -53,7 +53,8 @@ struct _GstGoom
guint64 samples_consumed;
/* video state */
- gdouble fps;
+ gint fps_n;
+ gint fps_d;
gint width;
gint height;
gint channels;