mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
gstvaapisurface_drm: fix internal documentation
This commit is contained in:
parent
372a03a9e3
commit
765a53d4c2
1 changed files with 2 additions and 2 deletions
|
@ -159,7 +159,7 @@ gst_vaapi_surface_new_with_dma_buf_handle (GstVaapiDisplay * display,
|
|||
}
|
||||
|
||||
/**
|
||||
* gst_vaapi_surface_new_with_dma_buf_handle:
|
||||
* gst_vaapi_surface_new_with_gem_buf_handle:
|
||||
* @display: a #GstVaapiDisplay
|
||||
* @name: the DRM GEM buffer name
|
||||
* @size: the underlying DRM buffer size
|
||||
|
@ -174,7 +174,7 @@ gst_vaapi_surface_new_with_dma_buf_handle (GstVaapiDisplay * display,
|
|||
* handle.
|
||||
*
|
||||
* Return value: the newly allocated #GstVaapiSurface object, or %NULL
|
||||
* if creation from DRM PRIME fd failed, or is not supported
|
||||
* if creation from GEM @name failed, or is not supported
|
||||
*/
|
||||
GstVaapiSurface *
|
||||
gst_vaapi_surface_new_with_gem_buf_handle (GstVaapiDisplay * display,
|
||||
|
|
Loading…
Reference in a new issue