diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-08-08 21:20:01 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-08-08 21:20:30 +0200 |
commit | 531ce4228d20af61f120ceceef28e9d6d29c49e1 (patch) | |
tree | 79c80b544049ed29b45b16ce1f49cff6ab12bb71 /ext/spc | |
parent | 8ad3f148734f6f5b89dcb84157f5cc083956f7eb (diff) | |
download | gstreamer-plugins-bad-531ce4228d20af61f120ceceef28e9d6d29c49e1.tar.gz |
spc: Lower rank to SECONDARY to make the gme plugin the default
Diffstat (limited to 'ext/spc')
-rw-r--r-- | 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 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); } |