From afd592b0668323915425ce0b6302bccaa20dabbe Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Fri, 31 May 2002 08:24:31 +0000 Subject: add ranks only for plugins who participate in autoplugging. If you have a file that used to autoplug but doesn't any... Original commit message from CVS: add ranks only for plugins who participate in autoplugging. If you have a file that used to autoplug but doesn't anymore, then let me know or add a rank to the missing element. --- ext/jpeg/gstjpeg.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/jpeg') diff --git a/ext/jpeg/gstjpeg.c b/ext/jpeg/gstjpeg.c index eec4a451..96c3b584 100644 --- a/ext/jpeg/gstjpeg.c +++ b/ext/jpeg/gstjpeg.c @@ -86,6 +86,7 @@ plugin_init (GModule *module, GstPlugin *plugin) dec = gst_element_factory_new("jpegdec",GST_TYPE_JPEGDEC, &gst_jpegdec_details); g_return_val_if_fail(dec != NULL, FALSE); + gst_element_factory_set_rank (dec, GST_ELEMENT_RANK_PRIMARY); /* register sink pads */ jpegdec_sink_template = gst_pad_template_new ("sink", GST_PAD_SINK, -- cgit