mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
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
This commit is contained in:
parent
176bbce975
commit
d8b3c0495f
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue