summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-08-08 21:20:01 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-08-08 21:20:30 +0200
commit531ce4228d20af61f120ceceef28e9d6d29c49e1 (patch)
tree79c80b544049ed29b45b16ce1f49cff6ab12bb71
parent8ad3f148734f6f5b89dcb84157f5cc083956f7eb (diff)
spc: Lower rank to SECONDARY to make the gme plugin the default
-rw-r--r--ext/spc/gstspc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spc/gstspc.c b/ext/spc/gstspc.c
index c8ece379d..7032065a2 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);
}