diff --git a/ext/vp8/gstvp8enc.c b/ext/vp8/gstvp8enc.c index 39d0df694a..efc0e510d2 100644 --- a/ext/vp8/gstvp8enc.c +++ b/ext/vp8/gstvp8enc.c @@ -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