Fix docs.
authorgb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>
Wed, 5 May 2010 11:44:06 +0000 (11:44 +0000)
committerGwenole Beauchesne <gbeauchesne@splitted-desktop.com>
Mon, 20 Sep 2010 10:55:44 +0000 (12:55 +0200)
docs/reference/libs/Makefile.am
docs/reference/libs/libs-sections.txt
gst-libs/gst/vaapi/gstvaapidecoder.h
gst-libs/gst/vaapi/gstvaapisurfaceproxy.h

index 05f1c79..f3584b1 100644 (file)
@@ -72,7 +72,6 @@ IGNORE_HFILES = \
        gstvaapiutils.h \
        gstvaapiutils_glx.h \
        gstvaapiutils_x11.h \
-       gstvaapivalue.h \
        $(NULL)
 
 EXTRA_HFILES = \
index c5bd0a4..63a2edd 100644 (file)
@@ -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
index e7bc5ca..fbffdd8 100644 (file)
@@ -95,7 +95,6 @@ struct _GstVaapiDecoder {
 
 /**
  * GstVaapiDecoderClass:
- * @decode: decode one frame.
  *
  * A VA decoder base class.
  */
index 1ccb815..364244e 100644 (file)
@@ -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.
  */