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/flac/gstflac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/flac') diff --git a/ext/flac/gstflac.c b/ext/flac/gstflac.c index a198279f..95861e3c 100644 --- a/ext/flac/gstflac.c +++ b/ext/flac/gstflac.c @@ -38,7 +38,7 @@ plugin_init (GstPlugin * plugin) bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); #endif - if (!gst_element_register (plugin, "flacenc", GST_RANK_NONE, + if (!gst_element_register (plugin, "flacenc", GST_RANK_PRIMARY, GST_TYPE_FLAC_ENC)) return FALSE; if (!gst_element_register (plugin, "flacdec", GST_RANK_PRIMARY, -- cgit