[gst-cvs] gst-plugins-bad: spc: Lower rank to SECONDARY to make the gme plugin the default
Sebastian Dröge
slomo at kemper.freedesktop.org
Sat Aug 8 12:21:00 PDT 2009
Module: gst-plugins-bad
Branch: master
Commit: 531ce4228d20af61f120ceceef28e9d6d29c49e1
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=531ce4228d20af61f120ceceef28e9d6d29c49e1
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date: Sat Aug 8 21:20:01 2009 +0200
spc: Lower rank to SECONDARY to make the gme plugin the default
---
ext/spc/gstspc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ext/spc/gstspc.c b/ext/spc/gstspc.c
index c8ece37..7032065 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);
}
More information about the Gstreamer-commits
mailing list