diff options
Diffstat (limited to 'docs/reference/libs/libs-docs.xml.in')
-rw-r--r-- | docs/reference/libs/libs-docs.xml.in | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/docs/reference/libs/libs-docs.xml.in b/docs/reference/libs/libs-docs.xml.in deleted file mode 100644 index 84228ff9..00000000 --- a/docs/reference/libs/libs-docs.xml.in +++ /dev/null @@ -1,70 +0,0 @@ -<?xml version="1.0"?> -<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" - "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> -<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude"> - <bookinfo> - <title>GStreamer VA-API Plugins @GST_API_VERSION@ Library Reference Manual</title> - </bookinfo> - - <para> - To ease the creation of plugins, a Gstreamer-oriented library was created, - which wraps <ulink rule="online-location" url="https://wiki.freedesktop.org/www/Software/vaapi/">VA-API</ulink>. - </para> - - <chapter> - <title>gst-plugins-vaapi Library</title> - <xi:include href="xml/videoformat.xml"/> - <xi:include href="xml/gstvaapitypes.xml"/> - <xi:include href="xml/gstvaapidisplay.xml"/> - <xi:include href="xml/gstvaapidisplay_x11.xml"/> - <xi:include href="xml/gstvaapidisplay_glx.xml"/> - <xi:include href="xml/gstvaapidisplay_egl.xml"/> - <xi:include href="xml/gstvaapidisplay_drm.xml"/> - <xi:include href="xml/gstvaapidisplay_wayland.xml"/> - <xi:include href="xml/gstvaapiwindow.xml"/> - <xi:include href="xml/gstvaapiwindow_x11.xml"/> - <xi:include href="xml/gstvaapiwindow_glx.xml"/> - <xi:include href="xml/gstvaapiwindow_egl.xml"/> - <xi:include href="xml/gstvaapiwindow_drm.xml"/> - <xi:include href="xml/gstvaapiwindow_wayland.xml"/> - <xi:include href="xml/gstvaapipixmap.xml"/> - <xi:include href="xml/gstvaapipixmap_x11.xml"/> - <xi:include href="xml/gstvaapiobject.xml"/> - <xi:include href="xml/gstvaapisurface.xml"/> - <xi:include href="xml/gstvaapiimage.xml"/> - <xi:include href="xml/gstvaapisubpicture.xml"/> - <xi:include href="xml/gstvaapitexture.xml"/> - <xi:include href="xml/gstvaapitexture_egl.xml"/> - <xi:include href="xml/gstvaapitexture_glx.xml"/> - <xi:include href="xml/gstvaapiprofile.xml"/> - <xi:include href="xml/gstvaapivideopool.xml"/> - <xi:include href="xml/gstvaapisurfacepool.xml"/> - <xi:include href="xml/gstvaapiimagepool.xml"/> - <xi:include href="xml/gstvaapidecoder.xml"/> - <xi:include href="xml/gstvaapidecoder_jpeg.xml"/> - <xi:include href="xml/gstvaapidecoder_mpeg2.xml"/> - <xi:include href="xml/gstvaapidecoder_mpeg4.xml"/> - <xi:include href="xml/gstvaapidecoder_h264.xml"/> - <xi:include href="xml/gstvaapidecoder_vc1.xml"/> - <xi:include href="xml/gstvaapidecoder_vp8.xml"/> - <xi:include href="xml/gstvaapidecoder_h265.xml"/> - <xi:include href="xml/gstvaapidecoder_unit.xml"/> - <xi:include href="xml/gstvaapisurfaceproxy.xml"/> - <xi:include href="xml/gstvaapifilter.xml"/> - <xi:include href="xml/gstvaapivalue.xml"/> - <xi:include href="xml/gstvaapiparser_frame.xml"/> - <xi:include href="xml/gstvaapicontext.xml"/> - </chapter> - - <chapter id="object-tree"> - <title>Object Hierarchy</title> - <xi:include href="xml/tree_index.sgml"/> - </chapter> - - <index id="api-index-full"> - <title>API Index</title> - <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include> - </index> - - <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include> -</book> |