plugins: simplify code

Merge two lines of variable declarations.

https://bugzilla.gnome.org/show_bug.cgi?id=773497
This commit is contained in:
Víctor Manuel Jáquez Leal 2016-07-29 15:17:33 +02:00
parent abc2480b10
commit 4f4e0a8f36

View file

@ -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