From 5c244e8374f61481f7296c9bad5c6eb34001c4a2 Mon Sep 17 00:00:00 2001 From: Leif Johnson Date: Sun, 16 Nov 2003 22:02:22 +0000 Subject: + checking in plugin category changes Original commit message from CVS: + checking in plugin category changes --- gst/wavparse/gstwavparse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gst/wavparse') diff --git a/gst/wavparse/gstwavparse.c b/gst/wavparse/gstwavparse.c index f497ea96..23a09d4d 100644 --- a/gst/wavparse/gstwavparse.c +++ b/gst/wavparse/gstwavparse.c @@ -54,8 +54,8 @@ static void gst_wavparse_get_property (GObject *object, guint /* elementfactory information */ static GstElementDetails gst_wavparse_details = GST_ELEMENT_DETAILS ( - ".wav parser", - "Codec/Parser", + ".wav demuxer", + "Codec/Demuxer", "Parse a .wav file into raw audio", "Erik Walthinsen " ); -- cgit