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:
Benjamin Otte 2003-11-04 22:35:37 +00:00
parent ce244e32a2
commit d7388d3864

View File

@ -398,7 +398,7 @@ gst_synaesthesia_change_state (GstElement *element)
static gboolean static gboolean
plugin_init (GstPlugin *plugin) 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 ( GST_PLUGIN_DEFINE (