id3mux: Set to GST_RANK_PRIMARY

We want it to take precedence over any other id3 formatter.
This commit is contained in:
Edward Hervey 2010-12-22 18:13:04 +01:00
parent 825052ba3d
commit bcb8eab616

View file

@ -214,7 +214,8 @@ plugin_init (GstPlugin * plugin)
GST_DEBUG_CATEGORY_INIT (gst_id3_mux_debug, "id3mux", 0,
"ID3 v1 and v2 tag muxer");
if (!gst_element_register (plugin, "id3mux", GST_RANK_NONE, GST_TYPE_ID3_MUX))
if (!gst_element_register (plugin, "id3mux", GST_RANK_PRIMARY,
GST_TYPE_ID3_MUX))
return FALSE;
gst_tag_register_musicbrainz_tags ();