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 --- ext/esd/esdmon.c | 1 + ext/esd/esdsink.c | 1 + 2 files changed, 2 insertions(+) (limited to 'ext/esd') diff --git a/ext/esd/esdmon.c b/ext/esd/esdmon.c index ac9eaa1a..3b382210 100644 --- a/ext/esd/esdmon.c +++ b/ext/esd/esdmon.c @@ -71,6 +71,7 @@ GType gst_esdmon_get_type(void); static GstElementDetails esdmon_details = { "Esound audio monitor", "Source/Audio", + "LGPL", "Monitors audio from an esound server", VERSION, "Richard Boulton ", diff --git a/ext/esd/esdsink.c b/ext/esd/esdsink.c index 0ac118c9..117de5a1 100644 --- a/ext/esd/esdsink.c +++ b/ext/esd/esdsink.c @@ -27,6 +27,7 @@ static GstElementDetails esdsink_details = { "Esound audio sink", "Sink/Audio", + "LGPL", "Plays audio to an esound server", VERSION, "Richard Boulton ", -- cgit