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/speex/gstspeex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/speex') diff --git a/ext/speex/gstspeex.c b/ext/speex/gstspeex.c index 899cfecb..3cd7cbfc 100644 --- a/ext/speex/gstspeex.c +++ b/ext/speex/gstspeex.c @@ -29,7 +29,7 @@ static gboolean plugin_init (GstPlugin * plugin) { - if (!gst_element_register (plugin, "speexenc", GST_RANK_NONE, + if (!gst_element_register (plugin, "speexenc", GST_RANK_PRIMARY, GST_TYPE_SPEEX_ENC)) return FALSE; -- cgit