diff --git a/gst/vaapi/gstvaapipluginbase.c b/gst/vaapi/gstvaapipluginbase.c index a1f3d3b0ea..aa3d814f82 100644 --- a/gst/vaapi/gstvaapipluginbase.c +++ b/gst/vaapi/gstvaapipluginbase.c @@ -791,9 +791,8 @@ gst_vaapi_plugin_base_decide_allocation (GstVaapiPluginBase * plugin, GstCaps *caps = NULL; GstBufferPool *pool; GstVideoInfo vi; - guint size, min, max; + guint size, min, max, pool_options; gboolean update_pool = FALSE; - guint pool_options; #if (USE_GLX || USE_EGL) guint idx; #endif