summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 c8ece379..7032065a 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);
}