From dd221f8f5486bd574e2ed226cd717eb6c996bab5 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Wed, 18 Nov 2009 18:00:23 +0100 Subject: [PATCH] gsm: Raise rank of encoder to PRIMARY --- ext/gsm/gstgsm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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))