theoraenc: ptalarbvorm speed level goes to 3
authorDavid Schleef <ds@schleef.org>
Sat, 25 Sep 2010 04:30:20 +0000 (21:30 -0700)
committerDavid Schleef <ds@schleef.org>
Sat, 25 Sep 2010 04:30:44 +0000 (21:30 -0700)
ext/theora/gsttheoraenc.c

index 0c310f3..8ccfa93 100644 (file)
@@ -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",