From ba69194f332856cc53a870ee381a806b0fd65ff5 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Fri, 8 Aug 2008 16:20:26 +0000 Subject: gst/matroska/matroska-demux.*: Close the current segment if we're doing a non-flushing seek and send the close-segmen... Original commit message from CVS: * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset), (gst_matroska_demux_element_send_event), (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop): * gst/matroska/matroska-demux.h: Close the current segment if we're doing a non-flushing seek and send the close-segment and the new segment of the seek from the streaming thread. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4c866153..0b0ad0da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-08-08 Sebastian Dröge + + * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset), + (gst_matroska_demux_element_send_event), + (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop): + * gst/matroska/matroska-demux.h: + Close the current segment if we're doing a non-flushing seek and send + the close-segment and the new segment of the seek from the streaming + thread. + 2008-08-08 Sebastian Dröge * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback), -- cgit