mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
tiger: Make sure that tiger is not autoplugged by decodebin2
It's not really a decoder...
This commit is contained in:
parent
23e07bc197
commit
fcdad69e7f
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ gst_kate_tiger_base_init (gpointer gclass)
|
|||
{
|
||||
static GstElementDetails element_details =
|
||||
GST_ELEMENT_DETAILS ("Kate stream renderer",
|
||||
"Codec/Decoder/Video/Overlay/Subtitle",
|
||||
"Mixer/Video/Overlay/Subtitle",
|
||||
"Decodes and renders Kate streams on top of a video",
|
||||
"Vincent Penquerc'h <ogg.k.ogg.k@googlemail.com>");
|
||||
GstElementClass *element_class = GST_ELEMENT_CLASS (gclass);
|
||||
|
|
Loading…
Reference in a new issue