From e739b7a289a86731d248889eed601e7ca2b0afdc Mon Sep 17 00:00:00 2001 From: gb Date: Wed, 5 May 2010 11:44:06 +0000 Subject: [PATCH] Fix docs. --- docs/reference/libs/Makefile.am | 1 - docs/reference/libs/libs-sections.txt | 3 --- gst-libs/gst/vaapi/gstvaapidecoder.h | 1 - gst-libs/gst/vaapi/gstvaapisurfaceproxy.h | 2 -- 4 files changed, 7 deletions(-) diff --git a/docs/reference/libs/Makefile.am b/docs/reference/libs/Makefile.am index 05f1c79..f3584b1 100644 --- a/docs/reference/libs/Makefile.am +++ b/docs/reference/libs/Makefile.am @@ -72,7 +72,6 @@ IGNORE_HFILES = \ gstvaapiutils.h \ gstvaapiutils_glx.h \ gstvaapiutils_x11.h \ - gstvaapivalue.h \ $(NULL) EXTRA_HFILES = \ diff --git a/docs/reference/libs/libs-sections.txt b/docs/reference/libs/libs-sections.txt index c5bd0a4..63a2edd 100644 --- a/docs/reference/libs/libs-sections.txt +++ b/docs/reference/libs/libs-sections.txt @@ -132,9 +132,6 @@ GST_VAAPI_WINDOW_GLX_GET_CLASS
gstvaapidisplay -GST_VAAPI_DISPLAY_VADISPLAY -GST_VAAPI_DISPLAY_LOCK -GST_VAAPI_DISPLAY_UNLOCK GstVaapiDisplay GstVaapiDisplay GstVaapiDisplayClass diff --git a/gst-libs/gst/vaapi/gstvaapidecoder.h b/gst-libs/gst/vaapi/gstvaapidecoder.h index e7bc5ca..fbffdd8 100644 --- a/gst-libs/gst/vaapi/gstvaapidecoder.h +++ b/gst-libs/gst/vaapi/gstvaapidecoder.h @@ -95,7 +95,6 @@ struct _GstVaapiDecoder { /** * GstVaapiDecoderClass: - * @decode: decode one frame. * * A VA decoder base class. */ diff --git a/gst-libs/gst/vaapi/gstvaapisurfaceproxy.h b/gst-libs/gst/vaapi/gstvaapisurfaceproxy.h index 1ccb815..364244e 100644 --- a/gst-libs/gst/vaapi/gstvaapisurfaceproxy.h +++ b/gst-libs/gst/vaapi/gstvaapisurfaceproxy.h @@ -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. */ -- 2.7.4