d3d11decoder: Fix typo in doc
authorSeungha Yang <seungha@centricular.com>
Fri, 28 Jan 2022 19:46:24 +0000 (04:46 +0900)
committerSeungha Yang <seungha@centricular.com>
Fri, 28 Jan 2022 19:47:16 +0000 (04:47 +0900)
s/elemenet/element/g

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1598>

subprojects/gst-plugins-bad/sys/d3d11/gstd3d11av1dec.cpp
subprojects/gst-plugins-bad/sys/d3d11/gstd3d11h264dec.cpp
subprojects/gst-plugins-bad/sys/d3d11/gstd3d11h265dec.cpp
subprojects/gst-plugins-bad/sys/d3d11/gstd3d11mpeg2dec.cpp
subprojects/gst-plugins-bad/sys/d3d11/gstd3d11vp8dec.cpp
subprojects/gst-plugins-bad/sys/d3d11/gstd3d11vp9dec.cpp

index 16c211d37be81c8b6dc87b58418e054a3b772ddc..1c55e6604273fb4eee5da799b9ed713836e65a5f 100644 (file)
@@ -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
    */
index 1c5f500a87cd5514c2be3c70f17ba3744d670996..6691a14f857902c26a2f7c3261f07730f56ccd8f 100644 (file)
@@ -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
    */
index fd35b7dee60eabe249555a48d35871cd6c4ba2e3..509f0a19cda088c4d31864b17445958da47bba6b 100644 (file)
@@ -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
    */
index 5f7b153e91f64ad65db262e59f609e58acd214f7..fbdebfabe95b831b6bf2a0736cc322f6b2ef3826 100644 (file)
@@ -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
    */
index a065b4e9936d623d8ccca3eaaccbef020b4441b4..92f3d8960e2ddd684ca7cd36805444f8ef0f49e8 100644 (file)
@@ -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
    */
index 25922144fa3a8b70492747fdf59a4beaaabfc3bf..47444b455aeb524493978dd7f1be798000647c66 100644 (file)
@@ -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
    */