summaryrefslogtreecommitdiffstats
path: root/ext/raw1394
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2002-09-18 19:02:51 +0000
committerChristian Schaller <uraeus@gnome.org>2002-09-18 19:02:51 +0000
commit2ff64d483edbe24c8f940a779d57c8961e99d15e (patch)
tree885ee59649ac7ef5d14bd994912c9304d69d9c5d /ext/raw1394
parent3f0db12fb379f24875a06dca2b6b51486f5f6322 (diff)
plugins part of license field patch
Original commit message from CVS: plugins part of license field patch
Diffstat (limited to 'ext/raw1394')
-rw-r--r--ext/raw1394/gst1394.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/raw1394/gst1394.c b/ext/raw1394/gst1394.c
index 687402ef..d4dd5cdf 100644
--- a/ext/raw1394/gst1394.c
+++ b/ext/raw1394/gst1394.c
@@ -23,10 +23,11 @@
#include "dv1394src.h"
-
+/* elementfactory information */
static GstElementDetails gst_dv1394src_details = {
"Firewire (1394) DV Source",
"Source/1394/DV",
+ "LGPL",
"Source for DV video data from firewire port",
VERSION,
"Erik Walthinsen <omega@temple-baptist.com>",