diff options
author | Mark Nauwelaerts <manauw@skynet.be> | 2006-04-20 11:00:16 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-04-20 11:00:16 +0000 |
commit | a0522c2394640863d4049873fbacf0ad4dddd115 (patch) | |
tree | 83f4bc6b52402164c8c7a37a7a869b893d693842 /ChangeLog | |
parent | 95175ab920c383edb3478a49b8694a7d356edc69 (diff) |
gst/matroska/matroska-demux.c: Handle end of segment properly when set; don't dead-lock when posting start of segment...
Original commit message from CVS:
Patch by: Mark Nauwelaerts <manauw at skynet dot be>
* gst/matroska/matroska-demux.c:
(gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
Handle end of segment properly when set; don't dead-lock when
posting start of segment message when doing a segment seek.
Fixes #338810.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2006-04-20 Tim-Philipp Müller <tim at centricular dot net> + Patch by: Mark Nauwelaerts <manauw at skynet dot be> + + * gst/matroska/matroska-demux.c: + (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop): + Handle end of segment properly when set; don't dead-lock when + posting start of segment message when doing a segment seek. + Fixes #338810. + +2006-04-20 Tim-Philipp Müller <tim at centricular dot net> + * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init): Make mpeg2 aac audio work: create artificial private codec data |