summaryrefslogtreecommitdiffstats
path: root/ext/gsm/gstgsmdec.c
diff options
context:
space:
mode:
authorLeif Johnson <leif@ambient.2y.net>2003-11-16 22:02:23 +0000
committerLeif Johnson <leif@ambient.2y.net>2003-11-16 22:02:23 +0000
commit5b283c92b6fffdd28b4a113c07e2f6afd752b23d (patch)
treebe93889b924ca39aeaca5aa6b2e2f8c85c6e06f9 /ext/gsm/gstgsmdec.c
parent531a3a69366e47dc5adc5ff10c103416eaa3361e (diff)
downloadgst-plugins-bad-5b283c92b6fffdd28b4a113c07e2f6afd752b23d.tar.gz
gst-plugins-bad-5b283c92b6fffdd28b4a113c07e2f6afd752b23d.tar.bz2
gst-plugins-bad-5b283c92b6fffdd28b4a113c07e2f6afd752b23d.zip
+ checking in plugin category changes
Original commit message from CVS: + checking in plugin category changes
Diffstat (limited to 'ext/gsm/gstgsmdec.c')
-rw-r--r--ext/gsm/gstgsmdec.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/gsm/gstgsmdec.c b/ext/gsm/gstgsmdec.c
index a3d7ec05..095140c1 100644
--- a/ext/gsm/gstgsmdec.c
+++ b/ext/gsm/gstgsmdec.c
@@ -29,9 +29,9 @@ static GstPadTemplate *gsmdec_src_template, *gsmdec_sink_template;
/* elementfactory information */
GstElementDetails gst_gsmdec_details = {
- "gsm audio decoder",
- "Codec/Audio/Decoder",
- ".gsm",
+ "GSM audio decoder",
+ "Codec/Decoder/Audio",
+ "Decodes GSM encoded audio",
"Wim Taymans <wim.taymans@chello.be>",
};