diff options
author | Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com> | 2016-02-03 19:07:40 +0100 |
---|---|---|
committer | Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com> | 2016-02-03 20:23:31 +0100 |
commit | 77ddde41d95a7b7b17b9f288c009232e02d2e90e (patch) | |
tree | 4e5c6195c627969ffd4821ec48388e718614aa86 /docs | |
parent | db6125be746c056b4b7681b570ab78c73e817962 (diff) |
rename encoders to vaapi{codec}enc
Trying to comply with GStreamer's element names, this patch renames the
encoders using the name format vaapi{codec}enc.
In this way, the plugin documentation is linked correctly.
Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/gstreamer-vaapi-plugins-docs.xml.in | 10 | ||||
-rw-r--r-- | docs/plugins/gstreamer-vaapi-plugins-sections.txt | 20 |
2 files changed, 15 insertions, 15 deletions
diff --git a/docs/plugins/gstreamer-vaapi-plugins-docs.xml.in b/docs/plugins/gstreamer-vaapi-plugins-docs.xml.in index 5070eb6e..6626e0e4 100644 --- a/docs/plugins/gstreamer-vaapi-plugins-docs.xml.in +++ b/docs/plugins/gstreamer-vaapi-plugins-docs.xml.in @@ -15,11 +15,11 @@ <xi:include href="xml/element-vaapidecodebin.xml"/> <xi:include href="xml/element-vaapipostproc.xml"/> <xi:include href="xml/element-vaapisink.xml"/> - <xi:include href="xml/element-vaapiencode_h264.xml"/> - <xi:include href="xml/element-vaapiencode_h265.xml"/> - <xi:include href="xml/element-vaapiencode_jpeg.xml"/> - <xi:include href="xml/element-vaapiencode_mpeg2.xml"/> - <xi:include href="xml/element-vaapiencode_vp8.xml"/> + <xi:include href="xml/element-vaapih264enc.xml"/> + <xi:include href="xml/element-vaapih265enc.xml"/> + <xi:include href="xml/element-vaapijpegenc.xml"/> + <xi:include href="xml/element-vaapimpeg2enc.xml"/> + <xi:include href="xml/element-vaapivp8enc.xml"/> </chapter> <chapter> diff --git a/docs/plugins/gstreamer-vaapi-plugins-sections.txt b/docs/plugins/gstreamer-vaapi-plugins-sections.txt index c18e4621..bdd34f2c 100644 --- a/docs/plugins/gstreamer-vaapi-plugins-sections.txt +++ b/docs/plugins/gstreamer-vaapi-plugins-sections.txt @@ -60,8 +60,8 @@ gst_vaapisink_get_type </SECTION> <SECTION> -<FILE>element-vaapiencode_h264</FILE> -<TITLE>vaapiencode_h264</TITLE> +<FILE>element-vaapih264enc</FILE> +<TITLE>vaapih264enc</TITLE> <SUBSECTION Standard> GST_IS_VAAPIENCODE_H264 GST_IS_VAAPIENCODE_H264_CLASS @@ -75,8 +75,8 @@ gst_vaapiencode_h264_get_type </SECTION> <SECTION> -<FILE>element-vaapiencode_h265</FILE> -<TITLE>vaapiencode_h265</TITLE> +<FILE>element-vaapih265enc</FILE> +<TITLE>vaapih265enc</TITLE> <SUBSECTION Standard> GST_IS_VAAPIENCODE_H265 GST_IS_VAAPIENCODE_H265_CLASS @@ -90,8 +90,8 @@ gst_vaapiencode_h265_get_type </SECTION> <SECTION> -<FILE>element-vaapiencode_jpeg</FILE> -<TITLE>vaapiencode_jpeg</TITLE> +<FILE>element-vaapijpegenc</FILE> +<TITLE>vaapijpegenc</TITLE> <SUBSECTION Standard> GST_IS_VAAPIENCODE_JPEG GST_IS_VAAPIENCODE_JPEG_CLASS @@ -105,8 +105,8 @@ gst_vaapiencode_jpeg_get_type </SECTION> <SECTION> -<FILE>element-vaapiencode_mpeg2</FILE> -<TITLE>vaapiencode_mpeg2</TITLE> +<FILE>element-vaapimpeg2enc</FILE> +<TITLE>vaapimpeg2enc</TITLE> <SUBSECTION Standard> GST_IS_VAAPIENCODE_MPEG2 GST_IS_VAAPIENCODE_MPEG2_CLASS @@ -120,8 +120,8 @@ gst_vaapiencode_mpeg2_get_type </SECTION> <SECTION> -<FILE>element-vaapiencode_vp8</FILE> -<TITLE>vaapiencode_vp8</TITLE> +<FILE>element-vaapivp8enc</FILE> +<TITLE>vaapivp8enc</TITLE> <SUBSECTION Standard> GST_IS_VAAPIENCODE_VP8 GST_IS_VAAPIENCODE_VP8_CLASS |