From 993a98c2382c0a258848919a4fc38b8894c6d1b0 Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Fri, 13 May 2011 15:16:14 -0300 Subject: [PATCH] jifmux: Bump rank to secondary 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gst/jpegformat/gstjpegformat.c b/gst/jpegformat/gstjpegformat.c index dd88e51..50573db 100644 --- a/gst/jpegformat/gstjpegformat.c +++ b/gst/jpegformat/gstjpegformat.c @@ -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; -- 2.7.4