ext/raw1394/gstdv1394src.c (gst_dv1394src_iso_receive): Note license info in the...
authorAndy Wingo <wingo@pobox.com>
Tue, 16 Aug 2005 14:04:39 +0000 (14:04 +0000)
committerAndy Wingo <wingo@pobox.com>
Tue, 16 Aug 2005 14:04:39 +0000 (14:04 +0000)
commitc3f3fe9f253807de2123da9d8811b9e1172b0bb0
treeb02e3ff704dcec2b213afb5a079f0fd83e7e0150
parent27a2fdb58b6dfff73a3f258c2862fd2ee81d0fd5
ext/raw1394/gstdv1394src.c (gst_dv1394src_iso_receive): Note license info in the source code -- was only in the commi...

Original commit message from CVS:
2005-08-16  Andy Wingo  <wingo@pobox.com>

* ext/raw1394/gstdv1394src.c (gst_dv1394src_iso_receive): Note
license info in the source code -- was only in the commit log
before.

* ext/dv/gstdvdec.h:
* ext/dv/gstdvdec.c: Only decodes systemstream=FALSE dv video --
old pipelines using dvdec should probably have a dvdemux first.

* ext/dv/gstdvdemux.h:
* ext/dv/gstdvdemux.c: Split out from dvdec, chunks the incoming
systemstream=TRUE data into frames, sets caps data, and spits out
PCM audio in addition to systemstream=FALSE video frames. Operates
in chain mode only for now; should make a getrange version as
well.

* ext/dv/gstdv.c: New file, registers the libgstdv plugin.

* ext/dv/Makefile.am: Library name changed to libgstdv. Split
dvdec into dvdemux and dvdec.
ChangeLog
ext/dv/Makefile.am
ext/dv/gstdv.c [new file with mode: 0644]
ext/dv/gstdvdec.c
ext/dv/gstdvdec.h
ext/dv/gstdvdemux.c [new file with mode: 0644]
ext/dv/gstdvdemux.h [new file with mode: 0644]
ext/raw1394/gstdv1394src.c