mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 21:46:22 +00:00
libs: surface: fix internal documentation
This commit is contained in:
parent
6bf33ada4f
commit
af4ff803ff
1 changed files with 4 additions and 4 deletions
|
@ -61,7 +61,7 @@ struct _GstVaapiSurfaceClass
|
|||
};
|
||||
|
||||
/**
|
||||
* GST_VAAPI_SURFACE_SURFACE_CHROMA_TYPE:
|
||||
* GST_VAAPI_SURFACE_CHROMA_TYPE:
|
||||
* @surface: a #GstVaapiSurface
|
||||
*
|
||||
* Macro that evaluates to the @surface chroma type.
|
||||
|
@ -73,7 +73,7 @@ struct _GstVaapiSurfaceClass
|
|||
(GST_VAAPI_SURFACE (surface)->chroma_type)
|
||||
|
||||
/**
|
||||
* GST_VAAPI_SURFACE_SURFACE_FORMAT:
|
||||
* GST_VAAPI_SURFACE_FORMAT:
|
||||
* @surface: a #GstVaapiSurface
|
||||
*
|
||||
* Macro that evaluates to the @surface format.
|
||||
|
@ -85,7 +85,7 @@ struct _GstVaapiSurfaceClass
|
|||
(GST_VAAPI_SURFACE (surface)->format)
|
||||
|
||||
/**
|
||||
* GST_VAAPI_SURFACE_SURFACE_WIDTH:
|
||||
* GST_VAAPI_SURFACE_WIDTH:
|
||||
* @surface: a #GstVaapiSurface
|
||||
*
|
||||
* Macro that evaluates to the @surface width in pixels.
|
||||
|
@ -97,7 +97,7 @@ struct _GstVaapiSurfaceClass
|
|||
(GST_VAAPI_SURFACE (surface)->width)
|
||||
|
||||
/**
|
||||
* GST_VAAPI_SURFACE_SURFACE_HEIGHT:
|
||||
* GST_VAAPI_SURFACE_HEIGHT:
|
||||
* @surface: a #GstVaapiSurface
|
||||
*
|
||||
* Macro that evaluates to the @surface height in pixels.
|
||||
|
|
Loading…
Reference in a new issue