summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Petridis <jordan@centricular.com>2018-11-28 05:56:44 +0200
committerJordan Petridis <jordan@centricular.com>2018-11-28 05:56:44 +0200
commitd8b3c0495f3a654db81b2953fc04350b17d4a4b5 (patch)
treef788597816a5b46e258a3126073191750e5c0c1e
parent176bbce9750875f8934a361d748b9845d5f1c88e (diff)
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
-rw-r--r--gst/vaapi/gstvaapidecode.c2
-rw-r--r--gst/vaapi/gstvaapisink.c2
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));