midi: set rank as marginal
Set the mark to marginal until we implement more features.
This commit is contained in:
parent
73824e0ea7
commit
10cb1a7a3a
@ -45,7 +45,7 @@ plugin_init (GstPlugin * plugin)
|
|||||||
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
|
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
ret = gst_element_register (plugin, "midiparse", GST_RANK_PRIMARY,
|
ret = gst_element_register (plugin, "midiparse", GST_RANK_MARGINAL,
|
||||||
GST_TYPE_MIDI_PARSE);
|
GST_TYPE_MIDI_PARSE);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user