summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2002-09-18 19:02:51 +0000
committerChristian Schaller <uraeus@gnome.org>2002-09-18 19:02:51 +0000
commit2ff64d483edbe24c8f940a779d57c8961e99d15e (patch)
tree885ee59649ac7ef5d14bd994912c9304d69d9c5d /sys
parent3f0db12fb379f24875a06dca2b6b51486f5f6322 (diff)
plugins part of license field patch
Original commit message from CVS: plugins part of license field patch
Diffstat (limited to 'sys')
-rw-r--r--sys/oss/gstossgst.c1
-rw-r--r--sys/oss/gstosssink.c2
-rw-r--r--sys/oss/gstosssrc.c2
3 files changed, 5 insertions, 0 deletions
diff --git a/sys/oss/gstossgst.c b/sys/oss/gstossgst.c
index 2b3fdfdd..337dff48 100644
--- a/sys/oss/gstossgst.c
+++ b/sys/oss/gstossgst.c
@@ -37,6 +37,7 @@
static GstElementDetails gst_ossgst_details = {
"Audio Wrapper (OSS)",
"Source/Audio",
+ "LGPL",
"Hijacks /dev/dsp to get the output of OSS apps into GStreamer",
VERSION,
"Wim Taymans <wim.taymans@chello.be>",
diff --git a/sys/oss/gstosssink.c b/sys/oss/gstosssink.c
index ccc875dc..b25b124a 100644
--- a/sys/oss/gstosssink.c
+++ b/sys/oss/gstosssink.c
@@ -31,9 +31,11 @@
#include <gstosssink.h>
+/* elementfactory information */
static GstElementDetails gst_osssink_details = {
"Audio Sink (OSS)",
"Sink/Audio",
+ "LGPL",
"Output to a sound card via OSS",
VERSION,
"Erik Walthinsen <omega@cse.ogi.edu>, "
diff --git a/sys/oss/gstosssrc.c b/sys/oss/gstosssrc.c
index 249609cd..fef297f7 100644
--- a/sys/oss/gstosssrc.c
+++ b/sys/oss/gstosssrc.c
@@ -29,9 +29,11 @@
#include <gstosssrc.h>
+/* elementfactory information */
static GstElementDetails gst_osssrc_details = {
"Audio Source (OSS)",
"Source/Audio",
+ "LGPL",
"Read from the sound card",
VERSION,
"Erik Walthinsen <omega@cse.ogi.edu>",