diff options
Diffstat (limited to 'ext/speex')
| -rw-r--r-- | ext/speex/gstspeex.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
