diff options
| author | Mark Nauwelaerts <manauw@skynet.be> | 2006-05-03 14:51:50 +0000 |
|---|---|---|
| committer | Tim-Philipp Müller <tim@centricular.net> | 2006-05-03 14:51:50 +0000 |
| commit | fcd464ea306af49f48793107774ae10f3511e29e (patch) | |
| tree | bf1dfa21c96173bd1c0a4314363e94ee19fdfcd8 /ChangeLog | |
| parent | e73a19cb48797674ecd261293c6197c8bca0d573 (diff) | |
gst/matroska/matroska-mux.c: Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp value and then dead-lock w...
Original commit message from CVS:
Patch by: Mark Nauwelaerts <manauw at skynet be>
* gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
(gst_matroska_mux_stream_is_vorbis_header),
(gst_matroska_mux_write_data):
Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
value and then dead-lock when muxing vorbis audio streams
(the three vorbis header buffers carry no timestamp, and it
would try to mux these after all video buffers). Fixes #340346.
Improve clustering: start a new cluster also whenever we get
a keyframe.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2006-05-03 Tim-Philipp Müller <tim at centricular dot net> + + Patch by: Mark Nauwelaerts <manauw at skynet be> + + * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad), + (gst_matroska_mux_stream_is_vorbis_header), + (gst_matroska_mux_write_data): + Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp + value and then dead-lock when muxing vorbis audio streams + (the three vorbis header buffers carry no timestamp, and it + would try to mux these after all video buffers). Fixes #340346. + + Improve clustering: start a new cluster also whenever we get + a keyframe. + 2006-05-03 Thomas Vander Stichele <thomas at apestaart dot org> * win32/common/config.h: |
