mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 12:02:27 +00:00
pngenc: Use proper framerate range in caps
This commit is contained in:
parent
e75c11eb7d
commit
ca9a3806b5
1 changed files with 1 additions and 1 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue