gsm: Raise rank of encoder to PRIMARY

This commit is contained in:
Edward Hervey 2009-11-18 18:00:23 +01:00
parent 8f54a2b8a6
commit dd221f8f54

View file

@ -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))