summaryrefslogtreecommitdiffstats
path: root/ext/audiofile
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-06-08 09:25:20 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-06-08 09:25:20 +0000
commit59cf0f79563e5d85fb2e5b643c8b2694ad12d94a (patch)
tree94dea3ff48b2e361ec4a29cb9b080e8b763a978f /ext/audiofile
parent4b3f9b3c52cfd4600c63e2a2a915e474606173ce (diff)
downloadgst-plugins-bad-59cf0f79563e5d85fb2e5b643c8b2694ad12d94a.tar.gz
gst-plugins-bad-59cf0f79563e5d85fb2e5b643c8b2694ad12d94a.tar.bz2
gst-plugins-bad-59cf0f79563e5d85fb2e5b643c8b2694ad12d94a.zip
reorder
Original commit message from CVS: reorder
Diffstat (limited to 'ext/audiofile')
-rw-r--r--ext/audiofile/gstafparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/audiofile/gstafparse.c b/ext/audiofile/gstafparse.c
index f0545f17..6178f722 100644
--- a/ext/audiofile/gstafparse.c
+++ b/ext/audiofile/gstafparse.c
@@ -29,7 +29,7 @@
static GstElementDetails afparse_details = {
"Audiofile Parse",
- "Src",
+ "Codec/Parser",
"Audiofile parser for audio/raw",
VERSION,
"Steve Baker <stevebaker_org@yahoo.co.uk>",