From ea06439c39b070ea5bbff0e04996df1f3649067d Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Sat, 29 Jan 2022 04:46:24 +0900 Subject: [PATCH] d3d11decoder: Fix typo in doc s/elemenet/element/g Part-of: --- subprojects/gst-plugins-bad/sys/d3d11/gstd3d11av1dec.cpp | 2 +- subprojects/gst-plugins-bad/sys/d3d11/gstd3d11h264dec.cpp | 2 +- subprojects/gst-plugins-bad/sys/d3d11/gstd3d11h265dec.cpp | 2 +- subprojects/gst-plugins-bad/sys/d3d11/gstd3d11mpeg2dec.cpp | 2 +- subprojects/gst-plugins-bad/sys/d3d11/gstd3d11vp8dec.cpp | 2 +- subprojects/gst-plugins-bad/sys/d3d11/gstd3d11vp9dec.cpp | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11av1dec.cpp b/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11av1dec.cpp index 16c211d..1c55e66 100644 --- a/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11av1dec.cpp +++ b/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11av1dec.cpp @@ -458,7 +458,7 @@ gst_d3d11_av1_dec_class_init (GstD3D11AV1DecClass * klass, gpointer data) /** * GstD3D11AV1Dec:adapter-luid: * - * DXGI Adapter LUID for this elemenet + * DXGI Adapter LUID for this element * * Since: 1.20 */ diff --git a/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11h264dec.cpp b/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11h264dec.cpp index 1c5f500..6691a14 100644 --- a/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11h264dec.cpp +++ b/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11h264dec.cpp @@ -179,7 +179,7 @@ gst_d3d11_h264_dec_class_init (GstD3D11H264DecClass * klass, gpointer data) /** * GstD3D11H264Dec:adapter-luid: * - * DXGI Adapter LUID for this elemenet + * DXGI Adapter LUID for this element * * Since: 1.20 */ diff --git a/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11h265dec.cpp b/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11h265dec.cpp index fd35b7d..509f0a1 100644 --- a/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11h265dec.cpp +++ b/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11h265dec.cpp @@ -148,7 +148,7 @@ gst_d3d11_h265_dec_class_init (GstD3D11H265DecClass * klass, gpointer data) /** * GstD3D11H265Dec:adapter-luid: * - * DXGI Adapter LUID for this elemenet + * DXGI Adapter LUID for this element * * Since: 1.20 */ diff --git a/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11mpeg2dec.cpp b/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11mpeg2dec.cpp index 5f7b153..fbdebfa 100644 --- a/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11mpeg2dec.cpp +++ b/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11mpeg2dec.cpp @@ -157,7 +157,7 @@ gst_d3d11_mpeg2_dec_class_init (GstD3D11Mpeg2DecClass * klass, gpointer data) /** * GstD3D11Mpeg2Dec:adapter-luid: * - * DXGI Adapter LUID for this elemenet + * DXGI Adapter LUID for this element * * Since: 1.20 */ diff --git a/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11vp8dec.cpp b/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11vp8dec.cpp index a065b4e..92f3d89 100644 --- a/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11vp8dec.cpp +++ b/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11vp8dec.cpp @@ -144,7 +144,7 @@ gst_d3d11_vp8_dec_class_init (GstD3D11Vp8DecClass * klass, gpointer data) /** * GstD3D11Vp8Dec:adapter-luid: * - * DXGI Adapter LUID for this elemenet + * DXGI Adapter LUID for this element * * Since: 1.20 */ diff --git a/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11vp9dec.cpp b/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11vp9dec.cpp index 2592214..47444b4 100644 --- a/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11vp9dec.cpp +++ b/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11vp9dec.cpp @@ -178,7 +178,7 @@ gst_d3d11_vp9_dec_class_init (GstD3D11Vp9DecClass * klass, gpointer data) /** * GstD3D11Vp9Dec:adapter-luid: * - * DXGI Adapter LUID for this elemenet + * DXGI Adapter LUID for this element * * Since: 1.20 */ -- 2.7.4