mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
Fix docs.
This commit is contained in:
parent
73c80aa1ed
commit
e739b7a289
4 changed files with 0 additions and 7 deletions
|
@ -72,7 +72,6 @@ IGNORE_HFILES = \
|
|||
gstvaapiutils.h \
|
||||
gstvaapiutils_glx.h \
|
||||
gstvaapiutils_x11.h \
|
||||
gstvaapivalue.h \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_HFILES = \
|
||||
|
|
|
@ -132,9 +132,6 @@ GST_VAAPI_WINDOW_GLX_GET_CLASS
|
|||
|
||||
<SECTION>
|
||||
<FILE>gstvaapidisplay</FILE>
|
||||
GST_VAAPI_DISPLAY_VADISPLAY
|
||||
GST_VAAPI_DISPLAY_LOCK
|
||||
GST_VAAPI_DISPLAY_UNLOCK
|
||||
<TITLE>GstVaapiDisplay</TITLE>
|
||||
GstVaapiDisplay
|
||||
GstVaapiDisplayClass
|
||||
|
|
|
@ -95,7 +95,6 @@ struct _GstVaapiDecoder {
|
|||
|
||||
/**
|
||||
* GstVaapiDecoderClass:
|
||||
* @decode: decode one frame.
|
||||
*
|
||||
* A VA decoder base class.
|
||||
*/
|
||||
|
|
|
@ -77,8 +77,6 @@ typedef struct _GstVaapiSurfaceProxyClass GstVaapiSurfaceProxyClass;
|
|||
|
||||
/**
|
||||
* GstVaapiSurfaceProxy:
|
||||
* @surface: a #GstVaapiSurface
|
||||
* @context: the #GstVaapiContext to which the @surface is bound
|
||||
*
|
||||
* A wrapper around a VA surface and context.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue