summaryrefslogtreecommitdiff
path: root/gst/vaapi/gstvaapiencode_h265.c
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2016-02-03 19:07:40 +0100
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2016-02-03 20:23:31 +0100
commit77ddde41d95a7b7b17b9f288c009232e02d2e90e (patch)
tree4e5c6195c627969ffd4821ec48388e718614aa86 /gst/vaapi/gstvaapiencode_h265.c
parentdb6125be746c056b4b7681b570ab78c73e817962 (diff)
downloadgst-vaapi-77ddde41d95a7b7b17b9f288c009232e02d2e90e.tar.gz
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 'gst/vaapi/gstvaapiencode_h265.c')
-rw-r--r--gst/vaapi/gstvaapiencode_h265.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/vaapi/gstvaapiencode_h265.c b/gst/vaapi/gstvaapiencode_h265.c
index f7324451..b5e5bf7c 100644
--- a/gst/vaapi/gstvaapiencode_h265.c
+++ b/gst/vaapi/gstvaapiencode_h265.c
@@ -21,7 +21,7 @@
*/
/**
- * SECTION:element-vaapiencode_h265
+ * SECTION:element-vaapih265enc
* @short_description: A VA-API based HEVC video encoder
*
* Encodes raw video streams into HEVC bitstreams.
@@ -29,7 +29,7 @@
* <refsect2>
* <title>Example launch line</title>
* |[
- * gst-launch-1.0 -ev videotestsrc num-buffers=60 ! timeoverlay ! vaapiencode_h265 ! matroskamux ! filesink location=test.mkv
+ * gst-launch-1.0 -ev videotestsrc num-buffers=60 ! timeoverlay ! vaapih265enc ! matroskamux ! filesink location=test.mkv
* ]|
* </refsect2>
*/
@@ -42,7 +42,7 @@
#include "gstvaapipluginutil.h"
#include "gstvaapivideomemory.h"
-#define GST_PLUGIN_NAME "vaapiencode_h265"
+#define GST_PLUGIN_NAME "vaapih265enc"
#define GST_PLUGIN_DESC "A VA-API based H.265 video encoder"
GST_DEBUG_CATEGORY_STATIC (gst_vaapi_h265_encode_debug);