png: fractions don't allow doubles
authorBenjamin Otte <otte@redhat.com>
Mon, 8 Mar 2010 21:57:34 +0000 (22:57 +0100)
committerBenjamin Otte <otte@redhat.com>
Tue, 9 Mar 2010 18:15:07 +0000 (19:15 +0100)
ext/libpng/gstpngenc.c

index 216fe6f..760147b 100644 (file)
@@ -67,7 +67,7 @@ GST_STATIC_PAD_TEMPLATE ("src",
     GST_PAD_ALWAYS,
     GST_STATIC_CAPS ("image/png, "
         "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 =