summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Toso <me@victortoso.com>2017-05-02 14:08:54 +0200
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2017-05-02 16:14:49 +0200
commit8cbe03599a4f27c2001380e2ec150c4f4267a9cf (patch)
tree5228a9995fa069f6d8ea55f6f65f211b0245bb6c
parent5647e3392b447b7115819f0c7552d62c46df2077 (diff)
vaapidecodebin: fix element's classification
This bin should have similar classification as decodebin which is "Generic/Bin/Decoder" otherwise it will appear wrongly as video decoder. Signed-off-by: Victor Toso <victortoso@redhat.com> https://bugzilla.gnome.org/show_bug.cgi?id=782063
-rw-r--r--gst/vaapi/gstvaapidecodebin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/vaapi/gstvaapidecodebin.c b/gst/vaapi/gstvaapidecodebin.c
index 2522b0af..7f756e8e 100644
--- a/gst/vaapi/gstvaapidecodebin.c
+++ b/gst/vaapi/gstvaapidecodebin.c
@@ -251,7 +251,7 @@ gst_vaapi_decode_bin_class_init (GstVaapiDecodeBinClass * klass)
element_class->change_state = gst_vaapi_decode_bin_change_state;
gst_element_class_set_static_metadata (element_class,
"VA-API Decode Bin",
- "Codec/Decoder/Video",
+ "Generic/Bin/Decoder",
GST_PLUGIN_DESC,
"Sreerenj Balachandran <sreerenj.balachandran@intel.com>, "
"Victor Jaquez <victorx.jaquez@intel.com>");