From ad79edbe4253373a22aca89f3d908c5b86d33470 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Mon, 14 Jul 2003 08:32:38 +0000 Subject: Caps fixes and general cleanup. Original commit message from CVS: Caps fixes and general cleanup. --- gst/videofilter/gstvideofilter.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gst/videofilter/gstvideofilter.h') diff --git a/gst/videofilter/gstvideofilter.h b/gst/videofilter/gstvideofilter.h index 2b7d9f9d..78678350 100644 --- a/gst/videofilter/gstvideofilter.h +++ b/gst/videofilter/gstvideofilter.h @@ -76,6 +76,7 @@ struct _GstVideofilter { /* private */ gint from_buf_size; gint to_buf_size; + gfloat framerate; GstBuffer *in_buf; GstBuffer *out_buf; -- cgit