summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2005-08-16 14:04:38 +0000
committerAndy Wingo <wingo@pobox.com>2005-08-16 14:04:38 +0000
commit61406d319d43496710257ab77be36c41ae015faf (patch)
tree632b3bf5ddac88d508f9c2dc60596ea56c604b56
parentb01792e15e9e30625a602f776656a8ac8c69e42c (diff)
downloadgst-plugins-bad-61406d319d43496710257ab77be36c41ae015faf.tar.gz
gst-plugins-bad-61406d319d43496710257ab77be36c41ae015faf.tar.bz2
gst-plugins-bad-61406d319d43496710257ab77be36c41ae015faf.zip
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.
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 88818adc..9a23ebdd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+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.
+
2005-08-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* ext/faad/gstfaad.c: (gst_faad_event), (gst_faad_chain):