mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 07:28:53 +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;
|
element_class->set_context = gst_vaapi_base_set_context;
|
||||||
gst_element_class_set_static_metadata (element_class,
|
gst_element_class_set_static_metadata (element_class,
|
||||||
"VA-API video postprocessing",
|
"VA-API video postprocessing",
|
||||||
"Filter/Converter/Video/Hardware;Filter/Converter/Video/Scaler/Hardware;"
|
"Filter/Converter/Effect/Video/Scaler/Deinterlace/Hardware",
|
||||||
"Filter/Effect/Video/Hardware;Filter/Effect/Video/Deinterlace/Hardware",
|
|
||||||
GST_PLUGIN_DESC, "Gwenole Beauchesne <gwenole.beauchesne@intel.com>");
|
GST_PLUGIN_DESC, "Gwenole Beauchesne <gwenole.beauchesne@intel.com>");
|
||||||
|
|
||||||
/* sink pad */
|
/* sink pad */
|
||||||
|
|
Loading…
Reference in a new issue