midi: set rank as marginal

Set the mark to marginal until we implement more features.
This commit is contained in:
Wim Taymans 2013-03-21 07:07:29 +01:00
parent 73824e0ea7
commit 10cb1a7a3a

View file

@ -45,7 +45,7 @@ plugin_init (GstPlugin * plugin)
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
#endif
ret = gst_element_register (plugin, "midiparse", GST_RANK_PRIMARY,
ret = gst_element_register (plugin, "midiparse", GST_RANK_MARGINAL,
GST_TYPE_MIDI_PARSE);
return ret;