[MOVED FROM BAD 048/134] vp8enc: Use VPX defines for REALTIME, GOOD/BEST quality...
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 14 Jun 2010 13:51:30 +0000 (15:51 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sun, 16 Sep 2012 13:27:14 +0000 (15:27 +0200)
These are the values used for the speed property.

ext/vp8/gstvp8enc.c

index 39d0df6..efc0e51 100644 (file)
@@ -636,9 +636,9 @@ gst_vp8_enc_buffer_to_image (GstVP8Enc * enc, GstBuffer * buffer)
 }
 
 static const int speed_table[] = {
-  0,
-  100000,
-  1,
+  VPX_DL_BEST_QUALITY,
+  VPX_DL_GOOD_QUALITY,
+  VPX_DL_REALTIME,
 };
 
 static gboolean