diff options
author | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2012-01-03 14:34:09 +0100 |
---|---|---|
committer | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2012-01-03 14:34:09 +0100 |
commit | 42fa974391bb7f2e13615815cceda8e1a7f7b1b7 (patch) | |
tree | fa6f48d72500d7c3ae0c2ccf398f024b50ece42c /docs | |
parent | 9b33d003159feef98521bb73fa9009fb77444c60 (diff) |
Rename vaapiconvert element to vaapiupload.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/plugins/plugins-docs.xml.in | 2 | ||||
-rw-r--r-- | docs/reference/plugins/plugins-sections.txt | 20 | ||||
-rw-r--r-- | docs/reference/plugins/plugins.types | 2 |
3 files changed, 12 insertions, 12 deletions
diff --git a/docs/reference/plugins/plugins-docs.xml.in b/docs/reference/plugins/plugins-docs.xml.in index 47779996..b02060fd 100644 --- a/docs/reference/plugins/plugins-docs.xml.in +++ b/docs/reference/plugins/plugins-docs.xml.in @@ -12,7 +12,7 @@ <chapter> <title>gst-plugins-vaapi Plugins</title> <xi:include href="xml/gstvaapidecode.xml"/> - <xi:include href="xml/gstvaapiconvert.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 a0c0a31b..9db963af 100644 --- a/docs/reference/plugins/plugins-sections.txt +++ b/docs/reference/plugins/plugins-sections.txt @@ -27,15 +27,15 @@ GST_VAAPIDECODE_GET_CLASS </SECTION> <SECTION> -<FILE>gstvaapiconvert</FILE> -<TITLE>GstVaapiConvert</TITLE> -GstVaapiConvert +<FILE>gstvaapiupload</FILE> +<TITLE>GstVaapiUpload</TITLE> +GstVaapiUpload <SUBSECTION Standard> -GST_VAAPICONVERT -GST_IS_VAAPICONVERT -GST_TYPE_VAAPICONVERT -gst_vaapiconvert_get_type -GST_VAAPICONVERT_CLASS -GST_IS_VAAPICONVERT_CLASS -GST_VAAPICONVERT_GET_CLASS +GST_VAAPIUPLOAD +GST_IS_VAAPIUPLOAD +GST_TYPE_VAAPIUPLOAD +gst_vaapiupload_get_type +GST_VAAPIUPLOAD_CLASS +GST_IS_VAAPIUPLOAD_CLASS +GST_VAAPIUPLOAD_GET_CLASS </SECTION> diff --git a/docs/reference/plugins/plugins.types b/docs/reference/plugins/plugins.types index db94655e..a6b5ab9c 100644 --- a/docs/reference/plugins/plugins.types +++ b/docs/reference/plugins/plugins.types @@ -1,3 +1,3 @@ gst_vaapisink_get_type gst_vaapidecode_get_type -gst_vaapiconvert_get_type +gst_vaapiupload_get_type |