mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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.h \
|
||||||
gstvaapiutils_glx.h \
|
gstvaapiutils_glx.h \
|
||||||
gstvaapiutils_x11.h \
|
gstvaapiutils_x11.h \
|
||||||
gstvaapivalue.h \
|
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
EXTRA_HFILES = \
|
EXTRA_HFILES = \
|
||||||
|
|
|
@ -132,9 +132,6 @@ GST_VAAPI_WINDOW_GLX_GET_CLASS
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>gstvaapidisplay</FILE>
|
<FILE>gstvaapidisplay</FILE>
|
||||||
GST_VAAPI_DISPLAY_VADISPLAY
|
|
||||||
GST_VAAPI_DISPLAY_LOCK
|
|
||||||
GST_VAAPI_DISPLAY_UNLOCK
|
|
||||||
<TITLE>GstVaapiDisplay</TITLE>
|
<TITLE>GstVaapiDisplay</TITLE>
|
||||||
GstVaapiDisplay
|
GstVaapiDisplay
|
||||||
GstVaapiDisplayClass
|
GstVaapiDisplayClass
|
||||||
|
|
|
@ -95,7 +95,6 @@ struct _GstVaapiDecoder {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GstVaapiDecoderClass:
|
* GstVaapiDecoderClass:
|
||||||
* @decode: decode one frame.
|
|
||||||
*
|
*
|
||||||
* A VA decoder base class.
|
* A VA decoder base class.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -77,8 +77,6 @@ typedef struct _GstVaapiSurfaceProxyClass GstVaapiSurfaceProxyClass;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GstVaapiSurfaceProxy:
|
* GstVaapiSurfaceProxy:
|
||||||
* @surface: a #GstVaapiSurface
|
|
||||||
* @context: the #GstVaapiContext to which the @surface is bound
|
|
||||||
*
|
*
|
||||||
* A wrapper around a VA surface and context.
|
* A wrapper around a VA surface and context.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue