From d8b3c0495f3a654db81b2953fc04350b17d4a4b5 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Wed, 28 Nov 2018 05:56:44 +0200 Subject: Run gst-indent through the files This is required before we enabled an indent test in the CI. https://gitlab.freedesktop.org/gstreamer/gstreamer-project/issues/33 --- gst/vaapi/gstvaapidecode.c | 2 +- gst/vaapi/gstvaapisink.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/vaapi/gstvaapidecode.c b/gst/vaapi/gstvaapidecode.c index a4cd0d98..0884fc94 100644 --- a/gst/vaapi/gstvaapidecode.c +++ b/gst/vaapi/gstvaapidecode.c @@ -766,7 +766,7 @@ error_decode: GST_INFO ("requesting upstream a key unit"); gst_pad_push_event (GST_VIDEO_DECODER_SINK_PAD (decode), gst_video_event_new_upstream_force_key_unit (GST_CLOCK_TIME_NONE, - FALSE, 0)); + FALSE, 0)); ret = GST_FLOW_OK; break; } diff --git a/gst/vaapi/gstvaapisink.c b/gst/vaapi/gstvaapisink.c index c57b1261..9333f438 100644 --- a/gst/vaapi/gstvaapisink.c +++ b/gst/vaapi/gstvaapisink.c @@ -452,7 +452,7 @@ gst_vaapisink_x11_pre_start_event_thread (GstVaapiSink * sink) PointerMotionMask | ExposureMask | StructureNotifyMask); if (!sink->foreign_window) - x11_event_mask |= ButtonPressMask | ButtonReleaseMask; + x11_event_mask |= ButtonPressMask | ButtonReleaseMask; if (sink->window) { gst_vaapi_display_lock (GST_VAAPI_DISPLAY (display)); -- cgit v1.2.3