From 2ff64d483edbe24c8f940a779d57c8961e99d15e Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Wed, 18 Sep 2002 19:02:51 +0000 Subject: plugins part of license field patch Original commit message from CVS: plugins part of license field patch --- gst/wavparse/gstwavparse.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gst/wavparse/gstwavparse.c') diff --git a/gst/wavparse/gstwavparse.c b/gst/wavparse/gstwavparse.c index e4fdca05..14130729 100644 --- a/gst/wavparse/gstwavparse.c +++ b/gst/wavparse/gstwavparse.c @@ -33,6 +33,7 @@ static void gst_wavparse_chain (GstPad *pad, GstBuffer *buf); static GstElementDetails gst_wavparse_details = { ".wav parser", "Codec/Parser", + "LGPL", "Parse a .wav file into raw audio", VERSION, "Erik Walthinsen ", -- cgit