From 1d5f318e0dbfb59479f9b1d834a46d2dde22c942 Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Wed, 18 Sep 2002 19:02:52 +0000 Subject: plugins part of license field patch Original commit message from CVS: plugins part of license field patch --- sys/dxr3/gstdxr3.c | 3 ++- sys/qcam/gstqcamsrc.c | 2 ++ sys/vcd/vcdsrc.c | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/dxr3/gstdxr3.c b/sys/dxr3/gstdxr3.c index 23058a29..4d2cc00f 100644 --- a/sys/dxr3/gstdxr3.c +++ b/sys/dxr3/gstdxr3.c @@ -1,9 +1,10 @@ #include "gstdxr3videosink.h" - +/* elementfactory information */ static GstElementDetails dxr3_video_sink_details = { "dxr3/Hollywood+ mpeg decoder board plugin", "video/mpeg", + "GPL", "Outputs PAL/NTSC video via the dxr3/Hollywood+ mpeg decoder board", VERSION, "Rehan Khwaja ", diff --git a/sys/qcam/gstqcamsrc.c b/sys/qcam/gstqcamsrc.c index f9ce9b7e..7a30d34c 100644 --- a/sys/qcam/gstqcamsrc.c +++ b/sys/qcam/gstqcamsrc.c @@ -29,11 +29,13 @@ #include "qcamip.h" +/* elementfactory information */ static GstElementDetails gst_qcamsrc_details = { "QCam Source", "Source/Video", + "LGPL", "Read from a QuickCam device", VERSION, "Wim Taymans ", diff --git a/sys/vcd/vcdsrc.c b/sys/vcd/vcdsrc.c index f8b4b6bf..0568b922 100644 --- a/sys/vcd/vcdsrc.c +++ b/sys/vcd/vcdsrc.c @@ -37,6 +37,7 @@ static GstElementDetails vcdsrc_details = { "VCD Source", "Source/File", + "LGPL", "Asynchronous read from VCD disk", VERSION, "Erik Walthinsen ", -- cgit v1.2.1