vaapipostproc: fix classification string

The classification string is splitted by '/' and then looks for the
components.

This patch removes the ';' by unifying all the components.
This commit is contained in:
Víctor Manuel Jáquez Leal 2018-10-15 17:55:24 +02:00
parent 8914ace06a
commit ce96f2d1fa

View file

@ -1714,8 +1714,7 @@ gst_vaapipostproc_class_init (GstVaapiPostprocClass * klass)
element_class->set_context = gst_vaapi_base_set_context;
gst_element_class_set_static_metadata (element_class,
"VA-API video postprocessing",
"Filter/Converter/Video/Hardware;Filter/Converter/Video/Scaler/Hardware;"
"Filter/Effect/Video/Hardware;Filter/Effect/Video/Deinterlace/Hardware",
"Filter/Converter/Effect/Video/Scaler/Deinterlace/Hardware",
GST_PLUGIN_DESC, "Gwenole Beauchesne <gwenole.beauchesne@intel.com>");
/* sink pad */