mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
theoraenc: Add width/height/framerate to the srcpad caps
This commit is contained in:
parent
1f37f9f41d
commit
2e65a0f34a
1 changed files with 3 additions and 1 deletions
|
@ -242,7 +242,9 @@ static GstStaticPadTemplate theora_enc_src_factory =
|
|||
GST_STATIC_PAD_TEMPLATE ("src",
|
||||
GST_PAD_SRC,
|
||||
GST_PAD_ALWAYS,
|
||||
GST_STATIC_CAPS ("video/x-theora")
|
||||
GST_STATIC_CAPS ("video/x-theora, "
|
||||
"framerate = (fraction) [1/MAX, MAX], "
|
||||
"width = (int) [ 1, MAX ], " "height = (int) [ 1, MAX ]")
|
||||
);
|
||||
|
||||
#define gst_theora_enc_parent_class parent_class
|
||||
|
|
Loading…
Reference in a new issue