From: Danilo Spinella Date: Sat, 30 Mar 2019 17:29:31 +0000 (+0100) Subject: vaapipluginutil: Fix #endif for USE_X11 X-Git-Tag: 1.19.3~503^2~554 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f91046bad3a18897ffa76dfab5dfb11ac81fb187;p=platform%2Fupstream%2Fgstreamer.git vaapipluginutil: Fix #endif for USE_X11 --- diff --git a/gst/vaapi/gstvaapipluginutil.c b/gst/vaapi/gstvaapipluginutil.c index fcbbc32..51fdf12 100644 --- a/gst/vaapi/gstvaapipluginutil.c +++ b/gst/vaapi/gstvaapipluginutil.c @@ -144,9 +144,9 @@ gst_vaapi_get_display_type_from_gl (GstGLDisplayType gl_display_type, if (gl_platform == GST_GL_PLATFORM_GLX) return GST_VAAPI_DISPLAY_TYPE_GLX; #endif -#endif return GST_VAAPI_DISPLAY_TYPE_X11; } +#endif #if USE_WAYLAND case GST_GL_DISPLAY_TYPE_WAYLAND:{ return GST_VAAPI_DISPLAY_TYPE_WAYLAND;