From 8a35c8a2a5fb2c332a07323993bb4ae874ffa69d Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Fri, 13 Oct 2023 21:36:50 +0900 Subject: [PATCH] d3d11compositor: Fix typo in property description Part-of: --- subprojects/gst-plugins-bad/sys/d3d11/gstd3d11compositor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11compositor.cpp b/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11compositor.cpp index a35412c99f..af064e24fa 100644 --- a/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11compositor.cpp +++ b/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11compositor.cpp @@ -134,7 +134,7 @@ gst_d3d11_compositor_sizing_policy_get_type (void) "padding or keeping the aspect ratio", "none"}, {GST_D3D11_COMPOSITOR_SIZING_POLICY_KEEP_ASPECT_RATIO, "Keep Aspect Ratio: Image is scaled to fit destination rectangle " - "specified by GstCompositorPad:{xpos, ypos, width, height} " + "specified by GstD3D11CompositorPad:{xpos, ypos, width, height} " "with preserved aspect ratio. Resulting image will be centered in " "the destination rectangle with padding if necessary", "keep-aspect-ratio"},