summaryrefslogtreecommitdiffstats
path: root/ext/flac
diff options
context:
space:
mode:
authorLeif Johnson <leif@ambient.2y.net>2003-11-16 22:02:22 +0000
committerLeif Johnson <leif@ambient.2y.net>2003-11-16 22:02:22 +0000
commit5c244e8374f61481f7296c9bad5c6eb34001c4a2 (patch)
tree7be1e9db0a6a2fd0bf08d0233f64af6dd3d4d567 /ext/flac
parent03f1b5c7976e49883432e96e9cb87adb62d19de9 (diff)
+ checking in plugin category changes
Original commit message from CVS: + checking in plugin category changes
Diffstat (limited to 'ext/flac')
-rw-r--r--ext/flac/gstflacdec.c2
-rw-r--r--ext/flac/gstflacenc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/flac/gstflacdec.c b/ext/flac/gstflacdec.c
index d794b5d3..dab2f876 100644
--- a/ext/flac/gstflacdec.c
+++ b/ext/flac/gstflacdec.c
@@ -33,7 +33,7 @@ static GstPadTemplate *src_template, *sink_template;
/* elementfactory information */
GstElementDetails flacdec_details = {
"FLAC decoder",
- "Codec/Audio/Decoder",
+ "Codec/Decoder/Audio",
"Decodes FLAC lossless audio streams",
"Wim Taymans <wim.taymans@chello.be>",
};
diff --git a/ext/flac/gstflacenc.c b/ext/flac/gstflacenc.c
index 90cb5dc0..5a17fcba 100644
--- a/ext/flac/gstflacenc.c
+++ b/ext/flac/gstflacenc.c
@@ -33,7 +33,7 @@ static GstPadTemplate *src_template, *sink_template;
/* elementfactory information */
GstElementDetails flacenc_details = {
"FLAC encoder",
- "Codec/Audio/Encoder",
+ "Codec/Encoder/Audio",
"Encodes audio with the FLAC lossless audio encoder",
"Wim Taymans <wim.taymans@chello.be>",
};