summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2002-09-29 18:02:12 +0000
committerAndy Wingo <wingo@pobox.com>2002-09-29 18:02:12 +0000
commite671bcd2cd5016a1caba06cb4951015e5b33706a (patch)
treef3399bf8dd1edac4eb35afd204ef984c5b84df36 /sys
parent19169a8e9fc50aba79b65cfcac87c817ca0b9654 (diff)
downloadgst-plugins-bad-e671bcd2cd5016a1caba06cb4951015e5b33706a.tar.gz
gst-plugins-bad-e671bcd2cd5016a1caba06cb4951015e5b33706a.tar.bz2
gst-plugins-bad-e671bcd2cd5016a1caba06cb4951015e5b33706a.zip
add license
Original commit message from CVS: add license
Diffstat (limited to 'sys')
-rw-r--r--sys/cdrom/gstcdplayer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/cdrom/gstcdplayer.c b/sys/cdrom/gstcdplayer.c
index 7852276f..d8fd103e 100644
--- a/sys/cdrom/gstcdplayer.c
+++ b/sys/cdrom/gstcdplayer.c
@@ -57,6 +57,7 @@ static GstElementClass *parent_class;
static GstElementDetails cdplayer_details = {
"CD Player",
"Generic/Bin",
+ "LGPL",
"Play CD audio through the CD Drive",
VERSION,
"Charles Schmidt <cbschmid@uiuc.edu>",