summaryrefslogtreecommitdiffstats
path: root/ext/gsm/gstgsm.c
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2005-09-23 17:05:29 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2005-09-23 17:05:29 +0000
commitefbe7fb694f1edb233712600227c53c19cb7ff45 (patch)
tree6de0b1754fbc4c3925dd480e022222e95dadf5fd /ext/gsm/gstgsm.c
parent4de70b1520c851277c3b7daea7b717a8d531c1e7 (diff)
downloadgst-plugins-bad-efbe7fb694f1edb233712600227c53c19cb7ff45.tar.gz
gst-plugins-bad-efbe7fb694f1edb233712600227c53c19cb7ff45.tar.bz2
gst-plugins-bad-efbe7fb694f1edb233712600227c53c19cb7ff45.zip
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.
Diffstat (limited to 'ext/gsm/gstgsm.c')
-rw-r--r--ext/gsm/gstgsm.c2
1 files changed, 0 insertions, 2 deletions
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;
}