From d7388d3864802a08e910014b42b02279ceee9093 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Tue, 4 Nov 2003 22:35:37 +0000 Subject: [PATCH] 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 --- gst/synaesthesia/gstsynaesthesia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/synaesthesia/gstsynaesthesia.c b/gst/synaesthesia/gstsynaesthesia.c index 7c0f57cd19..195b9f17f5 100644 --- a/gst/synaesthesia/gstsynaesthesia.c +++ b/gst/synaesthesia/gstsynaesthesia.c @@ -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 (