mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
png: fractions don't allow doubles
This commit is contained in:
parent
b5a3b9cb1c
commit
2a5f368bc7
1 changed files with 1 additions and 1 deletions
|
@ -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 =
|
||||||
|
|
Loading…
Reference in a new issue