I'm too lazy to comment this
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Mon, 12 May 2003 12:17:40 +0000 (12:17 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Mon, 12 May 2003 12:17:40 +0000 (12:17 +0000)
Original commit message from CVS:
Move wav parser into correct category. Thanks, Ross Burton <r.burton@180sw.com> - #112829

gst/wavenc/gstwavenc.c

index 5a50b75..1c96428 100644 (file)
@@ -64,7 +64,7 @@ struct wave_header {
 
 static GstElementDetails gst_wavenc_details = {
   "WAV encoder",
-  "Codec/Encoder",
+  "Codec/Audio/Encoder",
   "LGPL",
   "Encode raw audio into WAV",
   VERSION,