diff options
author | Andy Wingo <wingo@pobox.com> | 2005-08-24 15:51:48 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2005-08-24 15:51:48 +0000 |
commit | 3c6aac4e4cade6f38e7a5c65e3231cfd9abd9ba4 (patch) | |
tree | d8e7fbeca0b68a3bd73a414c352638b1cefc5a5e | |
parent | c4763dbb33c77f064d73147c05194d393cea5d9a (diff) | |
download | gst-plugins-bad-3c6aac4e4cade6f38e7a5c65e3231cfd9abd9ba4.tar.gz gst-plugins-bad-3c6aac4e4cade6f38e7a5c65e3231cfd9abd9ba4.tar.bz2 gst-plugins-bad-3c6aac4e4cade6f38e7a5c65e3231cfd9abd9ba4.zip |
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)
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |