summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/speex/gstspeexdec.c2
-rw-r--r--ext/speex/gstspeexenc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/speex/gstspeexdec.c b/ext/speex/gstspeexdec.c
index 83697e36..003dd68b 100644
--- a/ext/speex/gstspeexdec.c
+++ b/ext/speex/gstspeexdec.c
@@ -28,7 +28,7 @@
/* elementfactory information */
GstElementDetails gst_speexdec_details = {
"speex audio decoder",
- "Codec/Audio/Decoder",
+ "Codec/Decoder/Audio",
".speex",
"Wim Taymans <wim.taymans@chello.be>",
};
diff --git a/ext/speex/gstspeexenc.c b/ext/speex/gstspeexenc.c
index da17992b..143a269d 100644
--- a/ext/speex/gstspeexenc.c
+++ b/ext/speex/gstspeexenc.c
@@ -28,7 +28,7 @@
/* elementfactory information */
GstElementDetails gst_speexenc_details = {
"speex audio encoder",
- "Codec/Audio/Encoder",
+ "Codec/Encoder/Audio",
".speex",
"Wim Taymans <wim.taymans@chello.be>",
};