mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
do not set a rank or the autoplugger will use it
Original commit message from CVS: do not set a rank or the autoplugger will use it
This commit is contained in:
parent
ce244e32a2
commit
d7388d3864
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ gst_synaesthesia_change_state (GstElement *element)
|
|||
static gboolean
|
||||
plugin_init (GstPlugin *plugin)
|
||||
{
|
||||
return gst_element_register (plugin, "synaesthesia", GST_RANK_MARGINAL, GST_TYPE_SYNAESTHESIA);
|
||||
return gst_element_register (plugin, "synaesthesia", GST_RANK_NONE, GST_TYPE_SYNAESTHESIA);
|
||||
}
|
||||
|
||||
GST_PLUGIN_DEFINE (
|
||||
|
|
Loading…
Reference in a new issue