diff options
Diffstat (limited to 'ext/raw1394')
-rw-r--r-- | ext/raw1394/gst1394.c | 3 |
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>", |