docstrings: port ulinks to markdown links

This commit is contained in:
Mathieu Duponchelle 2019-08-23 19:10:15 +02:00
parent b36eea201f
commit 0592731715

View file

@ -25,9 +25,8 @@
* @short_description: A VA-API based JPEG image decoder * @short_description: A VA-API based JPEG image decoder
* *
* vaapijpegdec decodes a JPEG image to surfaces suitable for the * vaapijpegdec decodes a JPEG image to surfaces suitable for the
* vaapisink or vaapipostproc elements using the installed <ulink * vaapisink or vaapipostproc elements using the installed
* url="https://wiki.freedesktop.org/www/Software/vaapi/">VA-API</ulink> * [VA-API](https://wiki.freedesktop.org/www/Software/vaapi/) back-end.
* back-end.
* *
* In the case of OpenGL based elements, the buffers have the * In the case of OpenGL based elements, the buffers have the
* #GstVideoGLTextureUploadMeta meta, which efficiently copies the * #GstVideoGLTextureUploadMeta meta, which efficiently copies the
@ -50,9 +49,7 @@
* *
* vaapimpeg2dec decodes from MPEG2 bitstreams to surfaces suitable * vaapimpeg2dec decodes from MPEG2 bitstreams to surfaces suitable
* for the vaapisink or vaapipostproc elements using the installed * for the vaapisink or vaapipostproc elements using the installed
* <ulink * [VA-API](https://wiki.freedesktop.org/www/Software/vaapi/) back-end.
* url="https://wiki.freedesktop.org/www/Software/vaapi/">VA-API</ulink>
* back-end.
* *
* In the case of OpenGL based elements, the buffers have the * In the case of OpenGL based elements, the buffers have the
* #GstVideoGLTextureUploadMeta meta, which efficiently copies the * #GstVideoGLTextureUploadMeta meta, which efficiently copies the
@ -75,9 +72,7 @@
* *
* vaapimpeg4dec decodes from MPEG4 bitstreams to surfaces suitable * vaapimpeg4dec decodes from MPEG4 bitstreams to surfaces suitable
* for the vaapisink or vaapipostproc elements using the installed * for the vaapisink or vaapipostproc elements using the installed
* <ulink * [VA-API](https://wiki.freedesktop.org/www/Software/vaapi/) back-end.
* url="https://wiki.freedesktop.org/www/Software/vaapi/">VA-API</ulink>
* back-end.
* *
* In the case of OpenGL based elements, the buffers have the * In the case of OpenGL based elements, the buffers have the
* #GstVideoGLTextureUploadMeta meta, which efficiently copies the * #GstVideoGLTextureUploadMeta meta, which efficiently copies the
@ -100,9 +95,7 @@
* *
* vaapih263dec decodes from H263 bitstreams to surfaces suitable * vaapih263dec decodes from H263 bitstreams to surfaces suitable
* for the vaapisink or vaapipostproc elements using the installed * for the vaapisink or vaapipostproc elements using the installed
* <ulink * [VA-API](https://wiki.freedesktop.org/www/Software/vaapi/) back-end.
* url="https://wiki.freedesktop.org/www/Software/vaapi/">VA-API</ulink>
* back-end.
* *
* In the case of OpenGL based elements, the buffers have the * In the case of OpenGL based elements, the buffers have the
* #GstVideoGLTextureUploadMeta meta, which efficiently copies the * #GstVideoGLTextureUploadMeta meta, which efficiently copies the
@ -125,9 +118,7 @@
* *
* vaapih264dec decodes from H264 bitstreams to surfaces suitable * vaapih264dec decodes from H264 bitstreams to surfaces suitable
* for the vaapisink or vaapipostproc elements using the installed * for the vaapisink or vaapipostproc elements using the installed
* <ulink * [VA-API](https://wiki.freedesktop.org/www/Software/vaapi/) back-end.
* url="https://wiki.freedesktop.org/www/Software/vaapi/">VA-API</ulink>
* back-end.
* *
* In the case of OpenGL based elements, the buffers have the * In the case of OpenGL based elements, the buffers have the
* #GstVideoGLTextureUploadMeta meta, which efficiently copies the * #GstVideoGLTextureUploadMeta meta, which efficiently copies the
@ -150,9 +141,7 @@
* *
* vaapih265dec decodes from H265 bitstreams to surfaces suitable * vaapih265dec decodes from H265 bitstreams to surfaces suitable
* for the vaapisink or vaapipostproc elements using the installed * for the vaapisink or vaapipostproc elements using the installed
* <ulink * [VA-API](https://wiki.freedesktop.org/www/Software/vaapi/) back-end.
* url="https://wiki.freedesktop.org/www/Software/vaapi/">VA-API</ulink>
* back-end.
* *
* In the case of OpenGL based elements, the buffers have the * In the case of OpenGL based elements, the buffers have the
* #GstVideoGLTextureUploadMeta meta, which efficiently copies the * #GstVideoGLTextureUploadMeta meta, which efficiently copies the
@ -175,9 +164,7 @@
* *
* vaapivc1dec decodes from VC1 bitstreams to surfaces suitable * vaapivc1dec decodes from VC1 bitstreams to surfaces suitable
* for the vaapisink or vaapipostproc elements using the installed * for the vaapisink or vaapipostproc elements using the installed
* <ulink * [VA-API](https://wiki.freedesktop.org/www/Software/vaapi/) back-end.
* url="https://wiki.freedesktop.org/www/Software/vaapi/">VA-API</ulink>
* back-end.
* *
* In the case of OpenGL based elements, the buffers have the * In the case of OpenGL based elements, the buffers have the
* #GstVideoGLTextureUploadMeta meta, which efficiently copies the * #GstVideoGLTextureUploadMeta meta, which efficiently copies the
@ -200,9 +187,7 @@
* *
* vaapivp8dec decodes from VP8 bitstreams to surfaces suitable * vaapivp8dec decodes from VP8 bitstreams to surfaces suitable
* for the vaapisink or vaapipostproc elements using the installed * for the vaapisink or vaapipostproc elements using the installed
* <ulink * [VA-API](https://wiki.freedesktop.org/www/Software/vaapi/) back-end.
* url="https://wiki.freedesktop.org/www/Software/vaapi/">VA-API</ulink>
* back-end.
* *
* In the case of OpenGL based elements, the buffers have the * In the case of OpenGL based elements, the buffers have the
* #GstVideoGLTextureUploadMeta meta, which efficiently copies the * #GstVideoGLTextureUploadMeta meta, which efficiently copies the
@ -225,9 +210,7 @@
* *
* vaapivp9dec decodes from VP9 bitstreams to surfaces suitable * vaapivp9dec decodes from VP9 bitstreams to surfaces suitable
* for the vaapisink or vaapipostproc elements using the installed * for the vaapisink or vaapipostproc elements using the installed
* <ulink * [VA-API](https://wiki.freedesktop.org/www/Software/vaapi/) back-end.
* url="https://wiki.freedesktop.org/www/Software/vaapi/">VA-API</ulink>
* back-end.
* *
* In the case of OpenGL based elements, the buffers have the * In the case of OpenGL based elements, the buffers have the
* #GstVideoGLTextureUploadMeta meta, which efficiently copies the * #GstVideoGLTextureUploadMeta meta, which efficiently copies the