mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-05-13 19:58:57 +00:00
vaapiencode: h264, h265: rename codec name
So encoder and decoders have the same codec name. https://bugzilla.gnome.org/show_bug.cgi?id=773497
This commit is contained in:
parent
4f4e0a8f36
commit
43dd4b7452
2 changed files with 4 additions and 4 deletions
|
@ -44,7 +44,7 @@
|
|||
#include "gstvaapivideomemory.h"
|
||||
|
||||
#define GST_PLUGIN_NAME "vaapih264enc"
|
||||
#define GST_PLUGIN_DESC "A VA-API based H.264 video encoder"
|
||||
#define GST_PLUGIN_DESC "A VA-API based H264 video encoder"
|
||||
|
||||
GST_DEBUG_CATEGORY_STATIC (gst_vaapi_h264_encode_debug);
|
||||
#define GST_CAT_DEFAULT gst_vaapi_h264_encode_debug
|
||||
|
@ -400,7 +400,7 @@ gst_vaapiencode_h264_class_init (GstVaapiEncodeH264Class * klass)
|
|||
encode_class->alloc_buffer = gst_vaapiencode_h264_alloc_buffer;
|
||||
|
||||
gst_element_class_set_static_metadata (element_class,
|
||||
"VA-API H.264 encoder",
|
||||
"VA-API H264 encoder",
|
||||
"Codec/Encoder/Video",
|
||||
GST_PLUGIN_DESC, "Wind Yuan <feng.yuan@intel.com>");
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
#include "gstvaapivideomemory.h"
|
||||
|
||||
#define GST_PLUGIN_NAME "vaapih265enc"
|
||||
#define GST_PLUGIN_DESC "A VA-API based H.265 video encoder"
|
||||
#define GST_PLUGIN_DESC "A VA-API based H265 video encoder"
|
||||
|
||||
GST_DEBUG_CATEGORY_STATIC (gst_vaapi_h265_encode_debug);
|
||||
#define GST_CAT_DEFAULT gst_vaapi_h265_encode_debug
|
||||
|
@ -399,7 +399,7 @@ gst_vaapiencode_h265_class_init (GstVaapiEncodeH265Class * klass)
|
|||
encode_class->alloc_buffer = gst_vaapiencode_h265_alloc_buffer;
|
||||
|
||||
gst_element_class_set_static_metadata (element_class,
|
||||
"VA-API H.265 encoder",
|
||||
"VA-API H265 encoder",
|
||||
"Codec/Encoder/Video",
|
||||
GST_PLUGIN_DESC,
|
||||
"Sreerenj Balachandran <sreerenj.balachandran@intel.com>");
|
||||
|
|
Loading…
Reference in a new issue