d3d11decoder: Fix typo in doc

s/elemenet/element/g

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1598>
This commit is contained in:
Seungha Yang 2022-01-29 04:46:24 +09:00
parent 31b5243e1d
commit ea06439c39
6 changed files with 6 additions and 6 deletions

View 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
*/

View 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
*/

View 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
*/

View 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
*/

View 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
*/

View 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
*/