aiff: Raise rank of muxer to PRIMARY
This commit is contained in:
parent
3e8fa62765
commit
32126979cf
@ -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…
x
Reference in New Issue
Block a user