mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
d3d11window: Fix typo in debug message
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1430>
This commit is contained in:
parent
9ebcfb5221
commit
1a12883993
1 changed files with 1 additions and 1 deletions
|
@ -526,7 +526,7 @@ gst_d3d11_window_prepare_default (GstD3D11Window * window, guint display_width,
|
|||
|
||||
g_assert (chosen_format != NULL);
|
||||
|
||||
GST_DEBUG_OBJECT (window, "chosen rendero format %s (DXGI_FORMAT %d)",
|
||||
GST_DEBUG_OBJECT (window, "chosen render format %s (DXGI_FORMAT %d)",
|
||||
gst_video_format_to_string (chosen_format->gst_format),
|
||||
chosen_format->dxgi_format);
|
||||
|
||||
|
|
Loading…
Reference in a new issue