d3d11window: Fix typo in debug message
authorSeungha Yang <seungha@centricular.com>
Thu, 9 Dec 2021 10:51:04 +0000 (19:51 +0900)
committerSeungha Yang <seungha@centricular.com>
Thu, 9 Dec 2021 10:51:20 +0000 (19:51 +0900)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1430>

subprojects/gst-plugins-bad/sys/d3d11/gstd3d11window.cpp

index d0c994d..d5c9acf 100644 (file)
@@ -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);