mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
who needs mod playback in spider...
Original commit message from CVS: who needs mod playback in spider...
This commit is contained in:
parent
a67a502e04
commit
0e77f1ade4
1 changed files with 1 additions and 1 deletions
|
@ -548,7 +548,7 @@ gst_mikmod_get_property (GObject *object, guint id, GValue *value, GParamSpec *p
|
|||
static gboolean
|
||||
plugin_init (GstPlugin *plugin)
|
||||
{
|
||||
if (!gst_element_register (plugin, "mikmod", GST_RANK_NONE, GST_TYPE_MIKMOD))
|
||||
if (!gst_element_register (plugin, "mikmod", GST_RANK_SECONDARY, GST_TYPE_MIKMOD))
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
|
|
Loading…
Reference in a new issue