mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
katedec: demote to GST_RANK_NONE for now
There are still some autoplugging issues to sort out, and it needs some testing.
This commit is contained in:
parent
0d16612717
commit
faf2d04696
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ plugin_init (GstPlugin * plugin)
|
||||||
/* if we don't build tiger, we'll want to autoplug and convert to text,
|
/* if we don't build tiger, we'll want to autoplug and convert to text,
|
||||||
but if we do build tiger, we'll want to use it preferentially as it
|
but if we do build tiger, we'll want to use it preferentially as it
|
||||||
can play non text streams too */
|
can play non text streams too */
|
||||||
if (!gst_element_register (plugin, "katedec", GST_RANK_PRIMARY,
|
if (!gst_element_register (plugin, "katedec", GST_RANK_NONE,
|
||||||
GST_TYPE_KATE_DEC))
|
GST_TYPE_KATE_DEC))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue