mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-16 13:26:36 +00:00
d3d11compositor: Fix indent
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2461>
This commit is contained in:
parent
e4c82f450d
commit
a1048ce110
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ gst_d3d11_compositor_sizing_policy_get_type (void)
|
|||
if (!sizing_policy_type) {
|
||||
sizing_policy_type =
|
||||
g_enum_register_static ("GstD3D11CompositorSizingPolicy",
|
||||
sizing_polices);
|
||||
sizing_polices);
|
||||
}
|
||||
return sizing_policy_type;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue