id3mux: Set to GST_RANK_PRIMARY
authorEdward Hervey <edward.hervey@collabora.co.uk>
Wed, 22 Dec 2010 17:13:04 +0000 (18:13 +0100)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Wed, 22 Dec 2010 17:13:36 +0000 (18:13 +0100)
We want it to take precedence over any other id3 formatter.

gst/id3tag/gstid3mux.c

index 3099588..43ab1a0 100644 (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 ();