mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 10:10:32 +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;
|
GstCaps *caps = NULL;
|
||||||
GstBufferPool *pool;
|
GstBufferPool *pool;
|
||||||
GstVideoInfo vi;
|
GstVideoInfo vi;
|
||||||
guint size, min, max;
|
guint size, min, max, pool_options;
|
||||||
gboolean update_pool = FALSE;
|
gboolean update_pool = FALSE;
|
||||||
guint pool_options;
|
|
||||||
#if (USE_GLX || USE_EGL)
|
#if (USE_GLX || USE_EGL)
|
||||||
guint idx;
|
guint idx;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue