From 17ed351232c4d9cc3b85088239a3950964031e04 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 21 Aug 2006 16:21:03 +0000 Subject: ext/gsm/gstgsm.c: Make rank PRIMARY now that GSM seems to work fine. Original commit message from CVS: * ext/gsm/gstgsm.c: (plugin_init): Make rank PRIMARY now that GSM seems to work fine. --- ext/gsm/gstgsm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ext/gsm') diff --git a/ext/gsm/gstgsm.c b/ext/gsm/gstgsm.c index c64d867c..0aec2bd5 100644 --- a/ext/gsm/gstgsm.c +++ b/ext/gsm/gstgsm.c @@ -31,7 +31,8 @@ plugin_init (GstPlugin * plugin) { if (!gst_element_register (plugin, "gsmenc", GST_RANK_NONE, GST_TYPE_GSMENC)) return FALSE; - if (!gst_element_register (plugin, "gsmdec", GST_RANK_NONE, GST_TYPE_GSMDEC)) + if (!gst_element_register (plugin, "gsmdec", GST_RANK_PRIMARY, + GST_TYPE_GSMDEC)) return FALSE; return TRUE; -- cgit v1.2.1