summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2005-08-24 15:51:48 +0000
committerAndy Wingo <wingo@pobox.com>2005-08-24 15:51:48 +0000
commit7cc995f71b16cd2c3841ede0309e7997e7583ae0 (patch)
tree06d3cc5d04782167f57a6eb5d37d5f204d173bdb /ChangeLog
parent122cdbe814439efa81ba807f0d43caea2e012423 (diff)
ext/dv/gstdvdemux.c (gst_dvdemux_demux_frame): Send out valid segment end timestamps.
Original commit message from CVS: 2005-08-24 Andy Wingo <wingo@pobox.com> * ext/dv/gstdvdemux.c (gst_dvdemux_demux_frame): Send out valid segment end timestamps. (Also commit an old changelog entry)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 19cec899..2f4fda6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-08-24 Andy Wingo <wingo@pobox.com>
+
+ * ext/dv/gstdvdemux.c (gst_dvdemux_demux_frame): Send out valid
+ segment end timestamps.
+
2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac:
@@ -328,6 +333,11 @@
2005-08-16 Andy Wingo <wingo@pobox.com>
+ * ext/dv/gstdvdemux.c (gst_dvdemux_flush): Use gst_adapter_take so
+ we have our own copy of the data.
+ (gst_dvdemux_demux_video): Set the take() data as malloc_data so
+ it will get freed later.
+
* ext/raw1394/gstdv1394src.c (gst_dv1394src_iso_receive): Note
license info in the source code -- was only in the commit log
before.