mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
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:
parent
5647e3392b
commit
8cbe03599a
1 changed files with 1 additions and 1 deletions
|
@ -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>");
|
||||
|
|
Loading…
Reference in a new issue