From efbe7fb694f1edb233712600227c53c19cb7ff45 Mon Sep 17 00:00:00 2001 From: Edgard Lima Date: Fri, 23 Sep 2005 17:05:29 +0000 Subject: Gsmdec ported to 0.9. Tested with filesrc ! gsmdec ! alsasink and osssink. Original commit message from CVS: Gsmdec ported to 0.9. Tested with filesrc ! gsmdec ! alsasink and osssink. --- ext/gsm/gstgsm.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/gsm/gstgsm.c') diff --git a/ext/gsm/gstgsm.c b/ext/gsm/gstgsm.c index c629c236..c71dacb0 100644 --- a/ext/gsm/gstgsm.c +++ b/ext/gsm/gstgsm.c @@ -29,11 +29,9 @@ 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_PRIMARY, GST_TYPE_GSMDEC)) return FALSE; -*/ return TRUE; } -- cgit v1.2.1