From 71f89ac092f2d6be8a52363285d4ccf1c8c45a43 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Fri, 24 Sep 2010 21:30:20 -0700 Subject: [PATCH] theoraenc: ptalarbvorm speed level goes to 3 --- ext/theora/gsttheoraenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/theora/gsttheoraenc.c b/ext/theora/gsttheoraenc.c index 0c310f3..8ccfa93 100644 --- a/ext/theora/gsttheoraenc.c +++ b/ext/theora/gsttheoraenc.c @@ -303,7 +303,7 @@ gst_theora_enc_class_init (GstTheoraEncClass * klass) g_param_spec_int ("speed-level", "Speed level", "Controls the amount of motion vector searching done while " "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)); g_object_class_install_property (gobject_class, PROP_VP3_COMPATIBLE, g_param_spec_boolean ("vp3-compatible", "VP3 Compatible", -- 2.7.4