mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
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:
parent
8914ace06a
commit
ce96f2d1fa
1 changed files with 1 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue