diff options
| author | Tim-Philipp Müller <tim@centricular.net> | 2005-10-20 19:14:27 +0000 |
|---|---|---|
| committer | Tim-Philipp Müller <tim@centricular.net> | 2005-10-20 19:14:27 +0000 |
| commit | a7e0b7d6b5dd2e9f8ea1871c6c024c17186c8cf1 (patch) | |
| tree | 746c0921b8a7c05a17faaeb085b299ba5e767206 /ChangeLog | |
| parent | 57bcc588e4db76218347403006a7396c41e5958d (diff) | |
gst/matroska/matroska-demux.c: Fix duration query; fix basetime in newsegment event after seek; fix duration in initi...
Original commit message from CVS:
* gst/matroska/matroska-demux.c:
(gst_matroska_demux_handle_src_query),
(gst_matroska_demux_handle_seek_event),
(gst_matroska_demux_loop_stream_parse_id):
Fix duration query; fix basetime in newsegment event after
seek; fix duration in initial newsegment event.
* gst/matroska/matroska-mux.c:
(gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
Extract number of channels and samplerate from vorbis headers;
add some debug messages when querying the durations of the
input streams.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2005-10-20 Tim-Philipp Müller <tim at centricular dot net> + + * gst/matroska/matroska-demux.c: + (gst_matroska_demux_handle_src_query), + (gst_matroska_demux_handle_seek_event), + (gst_matroska_demux_loop_stream_parse_id): + Fix duration query; fix basetime in newsegment event after + seek; fix duration in initial newsegment event. + + * gst/matroska/matroska-mux.c: + (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start): + Extract number of channels and samplerate from vorbis headers; + add some debug messages when querying the durations of the + input streams. + 2005-10-20 Wim Taymans <wim@fluendo.com> * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek), |
