mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
spc: Lower rank to SECONDARY to make the gme plugin the default
This commit is contained in:
parent
8ad3f14873
commit
531ce4228d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue