summaryrefslogtreecommitdiffstats
path: root/ext/raw1394/gst1394.c
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2003-01-06 15:07:21 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2003-01-06 15:07:21 +0000
commit85ad491b517207ec907f5910467c50e5a7450601 (patch)
tree9aceee290a7edc0d247b0de7fd41cf75ec19d1ff /ext/raw1394/gst1394.c
parent84545c9d8097f3f942c05932a51d73ad56f7fa04 (diff)
Committing patch from Dan Fischer
Original commit message from CVS: Committing patch from Dan Fischer Adds ability to skip partial frames, and 'skip' and 'consecutive' parameters Plugin now sets source caps to indicate PAL or NTSC The kino developers relicensed the code snippet from kino under the LGPL
Diffstat (limited to 'ext/raw1394/gst1394.c')
-rw-r--r--ext/raw1394/gst1394.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/raw1394/gst1394.c b/ext/raw1394/gst1394.c
index 9ad4ac79..e3302057 100644
--- a/ext/raw1394/gst1394.c
+++ b/ext/raw1394/gst1394.c
@@ -30,8 +30,9 @@ static GstElementDetails gst_dv1394src_details = {
"LGPL",
"Source for DV video data from firewire port",
VERSION,
- "Erik Walthinsen <omega@temple-baptist.com>",
- "(C) 2001",
+ "Erik Walthinsen <omega@temple-baptist.com>\n"
+ "Daniel Fischer <dan@f3c.com>",
+ "(C) 2001-2002",
};