mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
tiger: Give tiger primary rank
This commit is contained in:
parent
8574e8f991
commit
2a2c76cdbd
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ plugin_init (GstPlugin * plugin)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
#ifdef HAVE_TIGER
|
#ifdef HAVE_TIGER
|
||||||
if (!gst_element_register (plugin, "tiger", GST_RANK_NONE,
|
if (!gst_element_register (plugin, "tiger", GST_RANK_PRIMARY,
|
||||||
GST_TYPE_KATE_TIGER))
|
GST_TYPE_KATE_TIGER))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue