diff options
author | Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com> | 2016-03-29 13:50:00 +0200 |
---|---|---|
committer | Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com> | 2016-03-30 15:07:43 +0200 |
commit | aac0f505007749d75858bb0ff676f4ba7a0341d1 (patch) | |
tree | 0101247ddbdcdb78776568fdd5a6b65a633a2154 /docs | |
parent | c009d29c008c36156dc7f22b91cb491216d95822 (diff) |
docs: generate vaapijpegdec documentation
https://bugzilla.gnome.org/show_bug.cgi?id=764314
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/gstreamer-vaapi-plugins-docs.xml.in | 1 | ||||
-rw-r--r-- | docs/plugins/gstreamer-vaapi-plugins-sections.txt | 15 |
2 files changed, 9 insertions, 7 deletions
diff --git a/docs/plugins/gstreamer-vaapi-plugins-docs.xml.in b/docs/plugins/gstreamer-vaapi-plugins-docs.xml.in index 6626e0e4..c9cb5fc1 100644 --- a/docs/plugins/gstreamer-vaapi-plugins-docs.xml.in +++ b/docs/plugins/gstreamer-vaapi-plugins-docs.xml.in @@ -12,6 +12,7 @@ <chapter> <title>gstreamer-vaapi Elements</title> <xi:include href="xml/element-vaapidecode.xml"/> + <xi:include href="xml/element-vaapijpegdec.xml"/> <xi:include href="xml/element-vaapidecodebin.xml"/> <xi:include href="xml/element-vaapipostproc.xml"/> <xi:include href="xml/element-vaapisink.xml"/> diff --git a/docs/plugins/gstreamer-vaapi-plugins-sections.txt b/docs/plugins/gstreamer-vaapi-plugins-sections.txt index bdd34f2c..e3bc8e40 100644 --- a/docs/plugins/gstreamer-vaapi-plugins-sections.txt +++ b/docs/plugins/gstreamer-vaapi-plugins-sections.txt @@ -2,15 +2,16 @@ <FILE>element-vaapidecode</FILE> <TITLE>vaapidecode</TITLE> <SUBSECTION Standard> -GST_IS_VAAPIDECODE -GST_IS_VAAPIDECODE_CLASS -GST_TYPE_VAAPIDECODE -GST_VAAPIDECODE -GST_VAAPIDECODE_CLASS -GST_VAAPIDECODE_GET_CLASS GstVaapiDecode GstVaapiDecodeClass -gst_vaapidecode_get_type +</SECTION> + +<SECTION> +<FILE>element-vaapijpegdec</FILE> +<TITLE>vaapijpegdec</TITLE> +<SUBSECTION Standard> +GstVaapiDecode_jpeg +GstVaapiDecode_jpegClass </SECTION> <SECTION> |