gstreamer-vaapi: re-indent with GNU indent 2.2.12
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4182>
This commit is contained in:
parent
2abf3e363d
commit
e857259e8d
@ -391,7 +391,7 @@ gst_vaapi_display_wayland_new (const gchar * display_name)
|
||||
* Return value: a newly allocated #GstVaapiDisplay object
|
||||
*/
|
||||
GstVaapiDisplay *
|
||||
gst_vaapi_display_wayland_new_with_display (struct wl_display * wl_display)
|
||||
gst_vaapi_display_wayland_new_with_display (struct wl_display *wl_display)
|
||||
{
|
||||
GstVaapiDisplay *display;
|
||||
|
||||
@ -418,7 +418,7 @@ gst_vaapi_display_wayland_new_with_display (struct wl_display * wl_display)
|
||||
|
||||
GstVaapiDisplay *
|
||||
gst_vaapi_display_wayland_new_with_va_display (VADisplay va_display,
|
||||
struct wl_display * wl_display)
|
||||
struct wl_display *wl_display)
|
||||
{
|
||||
GstVaapiDisplay *display;
|
||||
GstVaapiDisplayInfo info = {
|
||||
|
@ -385,8 +385,8 @@ gst_vaapi_texture_glx_put_surface_unlocked (GstVaapiTexture * texture,
|
||||
}
|
||||
|
||||
flags = GST_MINI_OBJECT_FLAGS (texture);
|
||||
txc = g_texcoords[! !(flags & GST_VAAPI_TEXTURE_ORIENTATION_FLAG_X_INVERTED)];
|
||||
tyc = g_texcoords[! !(flags & GST_VAAPI_TEXTURE_ORIENTATION_FLAG_Y_INVERTED)];
|
||||
txc = g_texcoords[!!(flags & GST_VAAPI_TEXTURE_ORIENTATION_FLAG_X_INVERTED)];
|
||||
tyc = g_texcoords[!!(flags & GST_VAAPI_TEXTURE_ORIENTATION_FLAG_Y_INVERTED)];
|
||||
|
||||
glColor4f (1.0f, 1.0f, 1.0f, 1.0f);
|
||||
glBegin (GL_QUADS);
|
||||
|
Loading…
x
Reference in New Issue
Block a user