diff options
author | Flavio Oliveira <flavio.oliveira@indt.org.br> | 2005-09-02 20:21:17 +0000 |
---|---|---|
committer | Flavio Oliveira <flavio.oliveira@indt.org.br> | 2005-09-02 20:21:17 +0000 |
commit | 36634356e6bf464a8689657fe532265ea6870555 (patch) | |
tree | 6cbebcf971b256550bac4bbfea5e0b9884405047 /ext/gsm/gstgsm.c | |
parent | 741afd1f75ed86d96e2f1f1a7d19eb34340ff676 (diff) | |
download | gst-plugins-bad-36634356e6bf464a8689657fe532265ea6870555.tar.gz gst-plugins-bad-36634356e6bf464a8689657fe532265ea6870555.tar.bz2 gst-plugins-bad-36634356e6bf464a8689657fe532265ea6870555.zip |
Ported GSM Encoder to GStreamer 0.9
Original commit message from CVS:
Ported GSM Encoder to GStreamer 0.9
Diffstat (limited to 'ext/gsm/gstgsm.c')
-rw-r--r-- | ext/gsm/gstgsm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/gsm/gstgsm.c b/ext/gsm/gstgsm.c index 1f536e2d..c629c236 100644 --- a/ext/gsm/gstgsm.c +++ b/ext/gsm/gstgsm.c @@ -29,10 +29,11 @@ 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; } |