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
This commit is contained in:
Victor Toso 2017-05-02 14:08:54 +02:00 committed by Víctor Manuel Jáquez Leal
parent 5647e3392b
commit 8cbe03599a

View file

@ -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>");