mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
plugins: simplify code
Merge two lines of variable declarations. https://bugzilla.gnome.org/show_bug.cgi?id=773497
This commit is contained in:
parent
abc2480b10
commit
4f4e0a8f36
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue