From 531ce4228d20af61f120ceceef28e9d6d29c49e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 8 Aug 2009 21:20:01 +0200 Subject: [PATCH] spc: Lower rank to SECONDARY to make the gme plugin the default --- ext/spc/gstspc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/spc/gstspc.c b/ext/spc/gstspc.c index c8ece379dd..7032065a27 100644 --- a/ext/spc/gstspc.c +++ b/ext/spc/gstspc.c @@ -584,7 +584,7 @@ gst_spc_dec_change_state (GstElement * element, GstStateChange transition) static gboolean plugin_init (GstPlugin * plugin) { - return gst_element_register (plugin, "spcdec", GST_RANK_PRIMARY, + return gst_element_register (plugin, "spcdec", GST_RANK_SECONDARY, GST_TYPE_SPC_DEC); }