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
@ -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 (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user