diff options
author | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2013-04-17 14:21:16 +0200 |
---|---|---|
committer | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2013-04-17 14:35:39 +0200 |
commit | 0db41333476c4f10d9b4c7451858524675178c0d (patch) | |
tree | d5b12bc0e488c7cd46858b9d435aa86cff38c5ca | |
parent | cb076da7e10178fa42900d72c7bba79bc02031a0 (diff) |
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.
-rw-r--r-- | docs/reference/plugins/plugins-docs.xml.in | 2 | ||||
-rw-r--r-- | docs/reference/plugins/plugins-sections.txt | 28 | ||||
-rw-r--r-- | docs/reference/plugins/plugins.types | 2 |
3 files changed, 0 insertions, 32 deletions
diff --git a/docs/reference/plugins/plugins-docs.xml.in b/docs/reference/plugins/plugins-docs.xml.in index a12206f3..ee1a53ab 100644 --- a/docs/reference/plugins/plugins-docs.xml.in +++ b/docs/reference/plugins/plugins-docs.xml.in @@ -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> diff --git a/docs/reference/plugins/plugins-sections.txt b/docs/reference/plugins/plugins-sections.txt index 58f3fe81..110c90a6 100644 --- a/docs/reference/plugins/plugins-sections.txt +++ b/docs/reference/plugins/plugins-sections.txt @@ -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> diff --git a/docs/reference/plugins/plugins.types b/docs/reference/plugins/plugins.types index 41175802..183cdd3e 100644 --- a/docs/reference/plugins/plugins.types +++ b/docs/reference/plugins/plugins.types @@ -1,5 +1,3 @@ gst_vaapidecode_get_type -gst_vaapidownload_get_type gst_vaapipostproc_get_type gst_vaapisink_get_type -gst_vaapiupload_get_type |