mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
theoraenc: ptalarbvorm speed level goes to 3
This commit is contained in:
parent
9280c2c62b
commit
71f89ac092
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ gst_theora_enc_class_init (GstTheoraEncClass * klass)
|
||||||
g_param_spec_int ("speed-level", "Speed level",
|
g_param_spec_int ("speed-level", "Speed level",
|
||||||
"Controls the amount of motion vector searching done while "
|
"Controls the amount of motion vector searching done while "
|
||||||
"encoding. This property requires libtheora version >= 1.0",
|
"encoding. This property requires libtheora version >= 1.0",
|
||||||
0, 2, THEORA_DEF_SPEEDLEVEL,
|
0, 3, THEORA_DEF_SPEEDLEVEL,
|
||||||
(GParamFlags) G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
(GParamFlags) G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||||
g_object_class_install_property (gobject_class, PROP_VP3_COMPATIBLE,
|
g_object_class_install_property (gobject_class, PROP_VP3_COMPATIBLE,
|
||||||
g_param_spec_boolean ("vp3-compatible", "VP3 Compatible",
|
g_param_spec_boolean ("vp3-compatible", "VP3 Compatible",
|
||||||
|
|
Loading…
Reference in a new issue