mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
ssim: Set classification to Filter/Analyzer/Video instead of Filter/Converter/Video
Fixes bug #636109.
This commit is contained in:
parent
a4f2ab78ff
commit
ec300d007d
1 changed files with 1 additions and 1 deletions
|
@ -1110,7 +1110,7 @@ gst_ssim_class_init (GstSSimClass * klass)
|
|||
gst_element_class_add_pad_template (gstelement_class,
|
||||
gst_static_pad_template_get (&gst_ssim_sink_modified_template));
|
||||
gst_element_class_set_details_simple (gstelement_class, "SSim",
|
||||
"Filter/Converter/Video",
|
||||
"Filter/Analyzer/Video",
|
||||
"Calculate Y-SSIM for n+2 YUV video streams",
|
||||
"Руслан Ижбулатов <lrn1986 _at_ gmail _dot_ com>");
|
||||
|
||||
|
|
Loading…
Reference in a new issue