mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
assrender: Make classification a bit more accurate
Change from "Filter/Effect/Video" to "Mixer/Video/Overlay/Subtitle"
This commit is contained in:
parent
d1bcf58f08
commit
7f7ad5fad1
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ gst_assrender_base_init (gpointer gclass)
|
|||
gst_static_pad_template_get (&text_sink_factory));
|
||||
|
||||
gst_element_class_set_details_simple (element_class, "ASS/SSA Render",
|
||||
"Filter/Effect/Video",
|
||||
"Mixer/Video/Overlay/Subtitle",
|
||||
"Renders ASS/SSA subtitles with libass",
|
||||
"Benjamin Schmitz <vortex@wolpzone.de>");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue