summaryrefslogtreecommitdiffstats
path: root/gst/y4m/gsty4mencode.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/y4m/gsty4mencode.c')
-rw-r--r--gst/y4m/gsty4mencode.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/y4m/gsty4mencode.c b/gst/y4m/gsty4mencode.c
index 396b0625..f70f101a 100644
--- a/gst/y4m/gsty4mencode.c
+++ b/gst/y4m/gsty4mencode.c
@@ -136,11 +136,11 @@ gst_y4mencode_sinkconnect (GstPad * pad, const GstCaps * caps)
gdouble fps;
gdouble framerates[] = {
00.000,
- 24000 / 1001, 24.000, /* 24fps movie */
+ 24000 / 1001., 24.000, /* 24fps movie */
25.000, /* PAL */
- 30000 / 1001, 30.000, /* NTSC */
+ 30000 / 1001., 30.000, /* NTSC */
50.000,
- 60000 / 1001, 60.000
+ 60000 / 1001., 60.000
};
GstStructure *structure;