mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
kate: Lower tiger's rank to NONE again
It's not well tested yet and doesn't handle segments and text/video synchronization properly yet. Autoplugging it will cause failures.
This commit is contained in:
parent
229d50d309
commit
cbba9c62af
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ plugin_init (GstPlugin * plugin)
|
|||
return FALSE;
|
||||
|
||||
#ifdef HAVE_TIGER
|
||||
if (!gst_element_register (plugin, "tiger", GST_RANK_PRIMARY,
|
||||
if (!gst_element_register (plugin, "tiger", GST_RANK_NONE,
|
||||
GST_TYPE_KATE_TIGER))
|
||||
return FALSE;
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue