diff --git a/ext/gsm/gstgsm.c b/ext/gsm/gstgsm.c index ef9840034d..9b32abedcd 100644 --- a/ext/gsm/gstgsm.c +++ b/ext/gsm/gstgsm.c @@ -29,7 +29,8 @@ static gboolean plugin_init (GstPlugin * plugin) { - if (!gst_element_register (plugin, "gsmenc", GST_RANK_NONE, GST_TYPE_GSMENC)) + if (!gst_element_register (plugin, "gsmenc", GST_RANK_PRIMARY, + GST_TYPE_GSMENC)) return FALSE; if (!gst_element_register (plugin, "gsmdec", GST_RANK_PRIMARY, GST_TYPE_GSMDEC))