mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
mad: re-instate accidentally dropped rank
This commit is contained in:
parent
074330bf16
commit
607ce96e33
1 changed files with 1 additions and 1 deletions
|
@ -515,7 +515,7 @@ plugin_init (GstPlugin * plugin)
|
|||
|
||||
/* FIXME 0.11: rename to something better like madmp3dec or madmpegaudiodec
|
||||
* or so? */
|
||||
return gst_element_register (plugin, "mad", GST_RANK_NONE,
|
||||
return gst_element_register (plugin, "mad", GST_RANK_SECONDARY,
|
||||
gst_mad_get_type ());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue