mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
ffvideoscale: Change classification to Filter/Converter/Video/Scaler
This commit is contained in:
parent
a5910b4ec4
commit
dde194dc1a
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ gst_ffmpegscale_base_init (gpointer g_class)
|
|||
gst_element_class_add_pad_template (element_class,
|
||||
gst_static_pad_template_get (&sink_factory));
|
||||
gst_element_class_set_details_simple (element_class, "FFMPEG Scale element",
|
||||
"Filter/Converter/Video",
|
||||
"Filter/Converter/Video/Scaler",
|
||||
"Converts video from one resolution to another",
|
||||
"Luca Ognibene <luogni@tin.it>");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue