png: fractions don't allow doubles

This commit is contained in:
Benjamin Otte 2010-03-08 22:57:34 +01:00
parent b5a3b9cb1c
commit 2a5f368bc7

View file

@ -67,7 +67,7 @@ GST_STATIC_PAD_TEMPLATE ("src",
GST_PAD_ALWAYS, GST_PAD_ALWAYS,
GST_STATIC_CAPS ("image/png, " GST_STATIC_CAPS ("image/png, "
"width = (int) [ 16, 4096 ], " "width = (int) [ 16, 4096 ], "
"height = (int) [ 16, 4096 ], " "framerate = (fraction) [ 0.0, MAX ]") "height = (int) [ 16, 4096 ], " "framerate = (fraction) [ 0, MAX ]")
); );
static GstStaticPadTemplate pngenc_sink_template = static GstStaticPadTemplate pngenc_sink_template =