From: David Schleef Date: Sat, 25 Sep 2010 04:30:20 +0000 (-0700) Subject: theoraenc: ptalarbvorm speed level goes to 3 X-Git-Tag: RELEASE-0.10.31~161 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=71f89ac092f2d6be8a52363285d4ccf1c8c45a43;p=platform%2Fupstream%2Fgst-plugins-base.git theoraenc: ptalarbvorm speed level goes to 3 --- 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",