summaryrefslogtreecommitdiffstats
path: root/ext/spc
diff options
context:
space:
mode:
authorDave Robillard <dave@drobilla.net>2009-08-09 00:14:42 -0400
committerDave Robillard <dave@drobilla.net>2009-08-09 00:14:42 -0400
commitaf3f7e7f20eaf961f4384940ec6ad987bb0afbb6 (patch)
treec42a7ad4f2dea47dd645a729a6ee0399bd80cfb1 /ext/spc
parentadadf06b0a9e26005ba9363aa0049dc0b740c94d (diff)
parentdd5afbf0c6557ad89994cbfd91e4117e8503b81a (diff)
downloadgst-plugins-bad-af3f7e7f20eaf961f4384940ec6ad987bb0afbb6.tar.gz
gst-plugins-bad-af3f7e7f20eaf961f4384940ec6ad987bb0afbb6.tar.bz2
gst-plugins-bad-af3f7e7f20eaf961f4384940ec6ad987bb0afbb6.zip
Merge branch 'fdo' into lv2
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);
}