mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +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;
|
||||
|
||||
#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))
|
||||
return FALSE;
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue