mediafoundation: Run indent
authorSeungha Yang <seungha@centricular.com>
Sat, 26 Mar 2022 14:50:24 +0000 (23:50 +0900)
committerSeungha Yang <seungha@centricular.com>
Sat, 28 May 2022 14:12:53 +0000 (23:12 +0900)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2037>

subprojects/gst-plugins-bad/sys/mediafoundation/plugin.cpp

index 70c477f..ff5ac1e 100644 (file)
@@ -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");