diff options
author | David Schleef <ds@schleef.org> | 2003-07-14 08:32:38 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-07-14 08:32:38 +0000 |
commit | ad79edbe4253373a22aca89f3d908c5b86d33470 (patch) | |
tree | 0aeaf91b3838a219761980d59dc574a100c9a5b6 /gst/videofilter/gstvideofilter.h | |
parent | c243e19dfa9e4ea821dfdcf5539b88e1b82da50f (diff) |
Caps fixes and general cleanup.
Original commit message from CVS:
Caps fixes and general cleanup.
Diffstat (limited to 'gst/videofilter/gstvideofilter.h')
-rw-r--r-- | gst/videofilter/gstvideofilter.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |