jifmux: Bump rank to secondary
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>
Fri, 13 May 2011 18:16:14 +0000 (15:16 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>
Mon, 16 May 2011 21:08:40 +0000 (18:08 -0300)
jifmux is being used for quite some time and has no open bugs
currently, so we can give it a secondary rank at least.

Fixes #649391

gst/jpegformat/gstjpegformat.c

index dd88e51..50573db 100644 (file)
@@ -33,7 +33,8 @@ plugin_init (GstPlugin * plugin)
   if (!gst_element_register (plugin, "jpegparse", GST_RANK_NONE,
           GST_TYPE_JPEG_PARSE))
     return FALSE;
-  if (!gst_element_register (plugin, "jifmux", GST_RANK_NONE, GST_TYPE_JIF_MUX))
+  if (!gst_element_register (plugin, "jifmux", GST_RANK_SECONDARY,
+          GST_TYPE_JIF_MUX))
     return FALSE;
 
   return TRUE;