mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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)
This commit is contained in:
parent
c4763dbb33
commit
3c6aac4e4c
1 changed files with 10 additions and 0 deletions
10
ChangeLog
10
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.
|
||||
|
|
Loading…
Reference in a new issue