pngenc: Use proper framerate range in caps

This commit is contained in:
Edward Hervey 2010-05-07 17:30:30 +02:00
parent e75c11eb7d
commit ca9a3806b5

View file

@ -60,7 +60,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, MAX ]")
"height = (int) [ 16, 4096 ], " "framerate = " GST_VIDEO_FPS_RANGE)
);
static GstStaticPadTemplate pngenc_sink_template =