mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 14:36:24 +00:00
midi: set rank as marginal
Set the mark to marginal until we implement more features.
This commit is contained in:
parent
73824e0ea7
commit
10cb1a7a3a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue