summaryrefslogtreecommitdiffstats
path: root/ext/spc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spc')
-rw-r--r--ext/spc/Makefile.am1
-rw-r--r--ext/spc/gstspc.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/ext/spc/Makefile.am b/ext/spc/Makefile.am
index 89f0f721..067ea669 100644
--- a/ext/spc/Makefile.am
+++ b/ext/spc/Makefile.am
@@ -8,3 +8,4 @@ libgstspc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstspc_la_LIBTOOLFLAGS = --tag=disable-static
noinst_HEADERS = gstspc.h tag.h
+
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);
}