mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
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:
parent
31b5243e1d
commit
ea06439c39
6 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue