mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
d3d11compositor: Fix typo in property description
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5481>
This commit is contained in:
parent
0a05ba3f62
commit
8a35c8a2a5
1 changed files with 1 additions and 1 deletions
|
@ -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"},
|
||||
|
|
Loading…
Reference in a new issue