From dad9986cb4646c0090a9c8408c1a1d9e00869ae2 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Tue, 22 Nov 2005 20:07:47 +0000 Subject: Convert to fractional framerates. Original commit message from CVS: * ext/aalib/gstaasink.c: (gst_aasink_fixate): * gst/debug/gstnavigationtest.c: (gst_navigationtest_handle_src_event): * gst/videofilter/gstvideofilter.c: (gst_videofilter_format_get_structure), (gst_videofilter_setcaps), (gst_videofilter_init): * gst/videofilter/gstvideofilter.h: Convert to fractional framerates. --- gst/videofilter/gstvideofilter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/videofilter/gstvideofilter.h') diff --git a/gst/videofilter/gstvideofilter.h b/gst/videofilter/gstvideofilter.h index 83d07e32..9923a2a7 100644 --- a/gst/videofilter/gstvideofilter.h +++ b/gst/videofilter/gstvideofilter.h @@ -75,7 +75,7 @@ struct _GstVideofilter { /* private */ gint from_buf_size; gint to_buf_size; - gdouble framerate; + GValue framerate; GstBuffer *in_buf; GstBuffer *out_buf; -- cgit