From cca77e215b01ddf27c13eff5c105883c94e95dc2 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sat, 20 Apr 2002 21:42:51 +0000 Subject: 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 --- gst/wavparse/gstwavparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/wavparse/gstwavparse.c') diff --git a/gst/wavparse/gstwavparse.c b/gst/wavparse/gstwavparse.c index 03007e77..bed3d871 100644 --- a/gst/wavparse/gstwavparse.c +++ b/gst/wavparse/gstwavparse.c @@ -32,7 +32,7 @@ static void gst_wavparse_chain (GstPad *pad, GstBuffer *buf); /* elementfactory information */ static GstElementDetails gst_wavparse_details = { ".wav parser", - "Parser/Audio", + "Codec/Parser", "Parse a .wav file into raw audio", VERSION, "Erik Walthinsen ", -- cgit