spc: Lower rank to SECONDARY to make the gme plugin the default

This commit is contained in:
Sebastian Dröge 2009-08-08 21:20:01 +02:00
parent 8ad3f14873
commit 531ce4228d

View file

@ -584,7 +584,7 @@ gst_spc_dec_change_state (GstElement * element, GstStateChange transition)
static gboolean static gboolean
plugin_init (GstPlugin * plugin) 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); GST_TYPE_SPC_DEC);
} }