diff options
Diffstat (limited to 'sys/qcam')
-rw-r--r-- | sys/qcam/gstqcamsrc.c | 2 |
1 files changed, 2 insertions, 0 deletions
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>", |