mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-04 14:38:48 +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;
|
return FALSE;
|
||||||
|
|
||||||
#ifdef HAVE_TIGER
|
#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))
|
GST_TYPE_KATE_TIGER))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue