diff options
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>", |