Drop introspection annotations since they require gtk-doc >= 1.12.

This commit is contained in:
gb 2010-03-23 13:32:36 +00:00
parent b4aaa2e8c1
commit b271ebd760
6 changed files with 17 additions and 15 deletions

View file

@ -34,6 +34,7 @@ m4_define([libva_sds_version], [libva_glx_sds_version_0_31])
m4_define([libva_sds_package_version], [libva_glx_sds_package_version_0_31])
# gtk-doc version number
# XXX: introspection annotations require gtk-doc >= 1.12
m4_define([gtkdoc_major_version], [1])
m4_define([gtkdoc_minor_version], [9])
m4_define([gtkdoc_version], [gtkdoc_major_version.gtkdoc_minor_version])

View file

@ -25,5 +25,6 @@
<xi:include href="xml/gstvaapiimagepool.xml"/>
<xi:include href="xml/gstvaapivideobuffer.xml"/>
<xi:include href="xml/gstvaapivideosink.xml"/>
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
</chapter>
</book>

View file

@ -618,8 +618,8 @@ gst_vaapi_display_get_height(GstVaapiDisplay *display)
/**
* gst_vaapi_display_get_size:
* @display: a #GstVaapiDisplay
* @pwidth: (out) (allow-none): return location for the width, or %NULL
* @pheight: (out) (allow-none): return location for the height, or %NULL
* @pwidth: return location for the width, or %NULL
* @pheight: return location for the height, or %NULL
*
* Retrieves the dimensions of a #GstVaapiDisplay.
*/
@ -638,8 +638,8 @@ gst_vaapi_display_get_size(GstVaapiDisplay *display, guint *pwidth, guint *pheig
/**
* gst_vaapi_display_get_pixel_aspect_ratio:
* @display: a #GstVaapiDisplay
* @par_n: (out) (allow-none): return location for the numerator of pixel aspect ratio, or %NULL
* @par_d: (out) (allow-none): return location for the denominator of pixel aspect ratio, or %NULL
* @par_n: return location for the numerator of pixel aspect ratio, or %NULL
* @par_d: return location for the denominator of pixel aspect ratio, or %NULL
*
* Retrieves the pixel aspect ratio of a #GstVaapiDisplay.
*/

View file

@ -563,7 +563,7 @@ gst_vaapi_image_get_id(GstVaapiImage *image)
/**
* gst_vaapi_image_get_image:
* @image: a #GstVaapiImage
* @va_image: (output): a VA image
* @va_image: a VA image
*
* Fills @va_image with the VA image used internally.
*
@ -721,8 +721,8 @@ gst_vaapi_image_get_height(GstVaapiImage *image)
/**
* gst_vaapi_image_get_size:
* @image: a #GstVaapiImage
* @pwidth: (out) (allow-none): return location for the width, or %NULL
* @pheight: (out) (allow-none): return location for the height, or %NULL
* @pwidth: return location for the width, or %NULL
* @pheight: return location for the height, or %NULL
*
* Retrieves the dimensions of a #GstVaapiImage.
*/

View file

@ -414,8 +414,8 @@ gst_vaapi_surface_get_height(GstVaapiSurface *surface)
/**
* gst_vaapi_surface_get_size:
* @surface: a #GstVaapiSurface
* @pwidth: (out) (allow-none): return location for the width, or %NULL
* @pheight: (out) (allow-none): return location for the height, or %NULL
* @pwidth: return location for the width, or %NULL
* @pheight: return location for the height, or %NULL
*
* Retrieves the dimensions of a #GstVaapiSurface.
*/
@ -574,9 +574,9 @@ gst_vaapi_surface_put_image(GstVaapiSurface *surface, GstVaapiImage *image)
* gst_vaapi_surface_associate_subpicture:
* @surface: a #GstVaapiSurface
* @subpicture: a #GstVaapiSubpicture
* @src_rect: (allow-none): the sub-rectangle of the source subpicture
* @src_rect: the sub-rectangle of the source subpicture
* image to extract and process. If %NULL, the entire image will be used.
* @dst_rect: (allow-none): the sub-rectangle of the destination
* @dst_rect: the sub-rectangle of the destination
* surface into which the image is rendered. If %NULL, the entire
* surface will be used.
*

View file

@ -383,8 +383,8 @@ gst_vaapi_window_get_height(GstVaapiWindow *window)
/**
* gst_vaapi_window_get_size:
* @window: a #GstVaapiWindow
* @pwidth: (out) (allow-none): return location for the width, or %NULL
* @pheight: (out) (allow-none): return location for the height, or %NULL
* @pwidth: return location for the width, or %NULL
* @pheight: return location for the height, or %NULL
*
* Retrieves the dimensions of a #GstVaapiWindow.
*/
@ -484,9 +484,9 @@ get_window_rect(GstVaapiWindow *window, GstVaapiRectangle *rect)
* gst_vaapi_window_put_surface:
* @window: a #GstVaapiWindow
* @surface: a #GstVaapiSurface
* @src_rect: (allow-none): the sub-rectangle of the source surface to
* @src_rect: the sub-rectangle of the source surface to
* extract and process. If %NULL, the entire surface will be used.
* @dst_rect: (allow-none): the sub-rectangle of the destination
* @dst_rect: the sub-rectangle of the destination
* window into which the surface is rendered. If %NULL, the entire
* window will be used.
* @flags: postprocessing flags. See #GstVaapiSurfaceRenderFlags