mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
docs: drop obsolete plug-ins.
Drop documentation for obsolete plug-ins, even for GStreamer 0.10. i.e. vaapiupload and vaapidownload are no longer the recommended plug-ins to use.
This commit is contained in:
parent
cb076da7e1
commit
0db4133347
3 changed files with 0 additions and 32 deletions
|
@ -13,8 +13,6 @@
|
|||
<title>gst-plugins-vaapi Plugins</title>
|
||||
<xi:include href="xml/gstvaapidecode.xml"/>
|
||||
<xi:include href="xml/gstvaapipostproc.xml"/>
|
||||
<xi:include href="xml/gstvaapidownload.xml"/>
|
||||
<xi:include href="xml/gstvaapiupload.xml"/>
|
||||
<xi:include href="xml/gstvaapisink.xml"/>
|
||||
</chapter>
|
||||
|
||||
|
|
|
@ -39,31 +39,3 @@ GST_VAAPIPOSTPROC_CLASS
|
|||
GST_IS_VAAPIPOSTPROC_CLASS
|
||||
GST_VAAPIPOSTPROC_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gstvaapiupload</FILE>
|
||||
<TITLE>GstVaapiUpload</TITLE>
|
||||
GstVaapiUpload
|
||||
<SUBSECTION Standard>
|
||||
GST_VAAPIUPLOAD
|
||||
GST_IS_VAAPIUPLOAD
|
||||
GST_TYPE_VAAPIUPLOAD
|
||||
gst_vaapiupload_get_type
|
||||
GST_VAAPIUPLOAD_CLASS
|
||||
GST_IS_VAAPIUPLOAD_CLASS
|
||||
GST_VAAPIUPLOAD_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gstvaapidownload</FILE>
|
||||
<TITLE>GstVaapiDownload</TITLE>
|
||||
GstVaapiDownload
|
||||
<SUBSECTION Standard>
|
||||
GST_VAAPIDOWNLOAD
|
||||
GST_IS_VAAPIDOWNLOAD
|
||||
GST_TYPE_VAAPIDOWNLOAD
|
||||
gst_vaapidownload_get_type
|
||||
GST_VAAPIDOWNLOAD_CLASS
|
||||
GST_IS_VAAPIDOWNLOAD_CLASS
|
||||
GST_VAAPIDOWNLOAD_GET_CLASS
|
||||
</SECTION>
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
gst_vaapidecode_get_type
|
||||
gst_vaapidownload_get_type
|
||||
gst_vaapipostproc_get_type
|
||||
gst_vaapisink_get_type
|
||||
gst_vaapiupload_get_type
|
||||
|
|
Loading…
Reference in a new issue