d3d11compositor: Fix typo in property description

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5481>
This commit is contained in:
Seungha Yang 2023-10-13 21:36:50 +09:00 committed by GStreamer Marge Bot
parent 0a05ba3f62
commit 8a35c8a2a5

View file

@ -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"},