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 | cca77e215b01ddf27c13eff5c105883c94e95dc2 (patch) | |
tree | 5a3f86ec87b4e63871e6af52abb27ce2d204d8f1 /ext/flac | |
parent | d4458d89c9dd748f39219a2b0e0df61dfc0cf4eb (diff) |
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/flac')
-rw-r--r-- | ext/flac/gstflacdec.c | 2 | ||||
-rw-r--r-- | ext/flac/gstflacenc.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/flac/gstflacdec.c b/ext/flac/gstflacdec.c index 125f97c5..a6a07e40 100644 --- a/ext/flac/gstflacdec.c +++ b/ext/flac/gstflacdec.c @@ -29,7 +29,7 @@ extern GstPadTemplate *dec_src_template, *dec_sink_template; /* elementfactory information */ GstElementDetails flacdec_details = { "FLAC decoder", - "Filter/Audio/Decoder", + "Codec/Audio/Decoder", "Decodes FLAC lossless audio streams", VERSION, "Wim Taymans <wim.taymans@chello.be>", diff --git a/ext/flac/gstflacenc.c b/ext/flac/gstflacenc.c index ac8759b0..0119f95a 100644 --- a/ext/flac/gstflacenc.c +++ b/ext/flac/gstflacenc.c @@ -28,7 +28,7 @@ extern GstPadTemplate *enc_src_template, *enc_sink_template; /* elementfactory information */ GstElementDetails flacenc_details = { "FLAC encoder", - "Filter/Audio/Encoder", + "Codec/Audio/Encoder", "Encodes audio with the FLAC lossless audio encoder", VERSION, "Wim Taymans <wim.taymans@chello.be>", |