mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:16:13 +00:00
aiff: Raise rank of muxer to PRIMARY
This commit is contained in:
parent
3e8fa62765
commit
32126979cf
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ plugin_init (GstPlugin * plugin)
|
||||||
|
|
||||||
ret = gst_element_register (plugin, "aiffparse", GST_RANK_PRIMARY,
|
ret = gst_element_register (plugin, "aiffparse", GST_RANK_PRIMARY,
|
||||||
GST_TYPE_AIFF_PARSE);
|
GST_TYPE_AIFF_PARSE);
|
||||||
ret &= gst_element_register (plugin, "aiffmux", GST_RANK_NONE,
|
ret &= gst_element_register (plugin, "aiffmux", GST_RANK_PRIMARY,
|
||||||
GST_TYPE_AIFF_MUX);
|
GST_TYPE_AIFF_MUX);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
|
|
Loading…
Reference in a new issue