diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2005-09-23 17:05:29 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2005-09-23 17:05:29 +0000 |
commit | efbe7fb694f1edb233712600227c53c19cb7ff45 (patch) | |
tree | 6de0b1754fbc4c3925dd480e022222e95dadf5fd /ext/gsm/gstgsm.c | |
parent | 4de70b1520c851277c3b7daea7b717a8d531c1e7 (diff) | |
download | gst-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.c | 2 |
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; } |