diff --git a/ChangeLog b/ChangeLog index 19cec899dabcbc9a50ec271eb8e8f9f44c649485..2f4fda6f8cb38ea2b6135bf87e95887fedc2a2cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-24 Andy Wingo + + * ext/dv/gstdvdemux.c (gst_dvdemux_demux_frame): Send out valid + segment end timestamps. + 2005-08-24 Thomas Vander Stichele * configure.ac: @@ -328,6 +333,11 @@ 2005-08-16 Andy Wingo + * 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.