From 2db6e0ac3cd6dfa143deff8c6ff1a0f36a77431e Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Sat, 26 Mar 2022 23:50:24 +0900 Subject: [PATCH] mediafoundation: Run indent Part-of: --- subprojects/gst-plugins-bad/sys/mediafoundation/plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-bad/sys/mediafoundation/plugin.cpp b/subprojects/gst-plugins-bad/sys/mediafoundation/plugin.cpp index 70c477fe32..ff5ac1e3cd 100644 --- a/subprojects/gst-plugins-bad/sys/mediafoundation/plugin.cpp +++ b/subprojects/gst-plugins-bad/sys/mediafoundation/plugin.cpp @@ -142,7 +142,7 @@ get_d3d11_devices (void) /* device can support NV12 format? */ if (!gst_d3d11_device_get_format (device, - GST_VIDEO_FORMAT_NV12, &d3d11_format) || + GST_VIDEO_FORMAT_NV12, &d3d11_format) || d3d11_format.dxgi_format != DXGI_FORMAT_NV12) { GST_DEBUG_OBJECT (device, "Given d3d11 device cannot support NV12 format");