From bdf1698f35b8ba69837451c937db9fadc4428081 Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Thu, 7 May 2009 18:10:08 +0100 Subject: Add RANKS for various encoders and muxers --- ext/jpeg/gstjpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/jpeg') diff --git a/ext/jpeg/gstjpeg.c b/ext/jpeg/gstjpeg.c index ddb10152..73134343 100644 --- a/ext/jpeg/gstjpeg.c +++ b/ext/jpeg/gstjpeg.c @@ -33,7 +33,7 @@ static gboolean plugin_init (GstPlugin * plugin) { - if (!gst_element_register (plugin, "jpegenc", GST_RANK_NONE, + if (!gst_element_register (plugin, "jpegenc", GST_RANK_PRIMARY, GST_TYPE_JPEGENC)) return FALSE; -- cgit