diff options
author | Andy Wingo <wingo@pobox.com> | 2002-04-20 21:42:51 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2002-04-20 21:42:51 +0000 |
commit | 6863dd92408eb5bd758e6c297324e6b2dc81042b (patch) | |
tree | ff4c1f7d2bb3e04cd8f3d7e4e2324b8c96fb260f /ext/gsm | |
parent | 826f1e165fc6b301735e9861fdae2be3544abe0b (diff) | |
download | gst-plugins-bad-6863dd92408eb5bd758e6c297324e6b2dc81042b.tar.gz gst-plugins-bad-6863dd92408eb5bd758e6c297324e6b2dc81042b.tar.bz2 gst-plugins-bad-6863dd92408eb5bd758e6c297324e6b2dc81042b.zip |
a hack to work around intltool's brokenness a current check for mpeg2dec details->klass reorganizations an element br...
Original commit message from CVS:
* a hack to work around intltool's brokenness
* a current check for mpeg2dec
* details->klass reorganizations
* an element browser that uses details->klass
* separated cdxa parse out from the avi directory
Diffstat (limited to 'ext/gsm')
-rw-r--r-- | ext/gsm/gstgsmdec.c | 2 | ||||
-rw-r--r-- | ext/gsm/gstgsmenc.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/gsm/gstgsmdec.c b/ext/gsm/gstgsmdec.c index 0e2f4168..35207618 100644 --- a/ext/gsm/gstgsmdec.c +++ b/ext/gsm/gstgsmdec.c @@ -27,7 +27,7 @@ extern GstPadTemplate *gsmdec_src_template, *gsmdec_sink_template; /* elementfactory information */ GstElementDetails gst_gsmdec_details = { "gsm audio decoder", - "Filter/Decoder/Audio", + "Codec/Audio/Decoder", ".gsm", VERSION, "Wim Taymans <wim.taymans@chello.be>", diff --git a/ext/gsm/gstgsmenc.c b/ext/gsm/gstgsmenc.c index e9a61cde..633863c1 100644 --- a/ext/gsm/gstgsmenc.c +++ b/ext/gsm/gstgsmenc.c @@ -27,7 +27,7 @@ extern GstPadTemplate *gsmenc_src_template, *gsmenc_sink_template; /* elementfactory information */ GstElementDetails gst_gsmenc_details = { "gsm audio encoder", - "Filter/Encoder/Audio", + "Codec/Audio/Encoder", ".gsm", VERSION, "Wim Taymans <wim.taymans@chello.be>", |