diff options
author | Christian Schaller <uraeus@gnome.org> | 2002-09-18 19:02:52 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2002-09-18 19:02:52 +0000 |
commit | 1d5f318e0dbfb59479f9b1d834a46d2dde22c942 (patch) | |
tree | 5069fb63a27aada6a95629171ba5a85f8708f636 /sys | |
parent | be76b13b64890737889bf03ad2e231b62df68239 (diff) | |
download | gst-plugins-bad-1d5f318e0dbfb59479f9b1d834a46d2dde22c942.tar.gz gst-plugins-bad-1d5f318e0dbfb59479f9b1d834a46d2dde22c942.tar.bz2 gst-plugins-bad-1d5f318e0dbfb59479f9b1d834a46d2dde22c942.zip |
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/dxr3/gstdxr3.c | 3 | ||||
-rw-r--r-- | sys/qcam/gstqcamsrc.c | 2 | ||||
-rw-r--r-- | sys/vcd/vcdsrc.c | 1 |
3 files changed, 5 insertions, 1 deletions
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 <rehankhwaja@yahoo.com>", 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 <wim.taymans@chello.be>", 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 <omega@cse.ogi.edu>", |