summaryrefslogtreecommitdiffstats
path: root/ext/flac
diff options
context:
space:
mode:
authorChristian Schaller <christian.schaller@collabora.co.uk>2009-05-07 18:10:08 +0100
committerChristian Schaller <christian.schaller@collabora.co.uk>2009-05-07 18:10:08 +0100
commitbdf1698f35b8ba69837451c937db9fadc4428081 (patch)
tree6c4e9af37a688938d23a331012c5b079ef211352 /ext/flac
parentbdbdb41e938f5091884eee33f1826db50fb0a0ed (diff)
Add RANKS for various encoders and muxers
Diffstat (limited to 'ext/flac')
-rw-r--r--ext/flac/gstflac.c2
1 files changed, 1 insertions, 1 deletions
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,