diff --git a/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11deinterlace.cpp b/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11deinterlace.cpp index 10abed9691..8dbecf1d0b 100644 --- a/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11deinterlace.cpp +++ b/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11deinterlace.cpp @@ -1306,7 +1306,7 @@ gst_d3d11_deinterlace_ensure_input_buffer (GstD3D11Deinterlace * self, return NULL; } - /* copy metadata, default implemenation of baseclass will copy everything + /* copy metadata, default implementation of baseclass will copy everything * what we need */ GST_BASE_TRANSFORM_CLASS (parent_class)->copy_metadata (GST_BASE_TRANSFORM_CAST (self), input, new_buf); @@ -1505,7 +1505,7 @@ gst_d3d11_deinterlace_ensure_output_buffer (GstD3D11Deinterlace * self, return NULL; } - /* copy metadata, default implemenation of baseclass will copy everything + /* copy metadata, default implementation of baseclass will copy everything * what we need */ GST_BASE_TRANSFORM_CLASS (parent_class)->copy_metadata (GST_BASE_TRANSFORM_CAST (self), output, new_buf); diff --git a/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11testsrc.cpp b/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11testsrc.cpp index d915ce1e82..0ae5cc1bd0 100644 --- a/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11testsrc.cpp +++ b/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11testsrc.cpp @@ -1088,7 +1088,7 @@ gst_d3d11_test_src_class_init (GstD3D11TestSrcClass * klass) GST_DEBUG_FUNCPTR (gst_d3d11_test_src_set_context); gst_element_class_set_static_metadata (element_class, - "Direct3D11 test src src", "Source/Video", + "Direct3D11 test src", "Source/Video", "Creates a test video stream", "Seungha Yang "); caps = gst_d3d11_get_updated_template_caps (&template_caps); diff --git a/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11window.cpp b/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11window.cpp index b09c62f35a..da9c25c6c5 100644 --- a/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11window.cpp +++ b/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11window.cpp @@ -546,7 +546,7 @@ gst_d3d11_window_prepare_default (GstD3D11Window * window, guint display_width, } if (window->allow_tearing) { - GST_DEBUG_OBJECT (window, "device support tearning"); + GST_DEBUG_OBJECT (window, "device supports tearing"); swapchain_flags |= DXGI_SWAP_CHAIN_FLAG_ALLOW_TEARING; }