summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-08-08 16:20:26 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-08-08 16:20:26 +0000
commitba69194f332856cc53a870ee381a806b0fd65ff5 (patch)
treef773e6e402e332212c8902b3ec0704f499549b45 /ChangeLog
parentc0468721320c10978e70a4ac9072d1d8774e5e62 (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c866153..0b0ad0da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2008-08-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ * 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 <sebastian.droege@collabora.co.uk>
+
* ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
(gst_flac_enc_check_discont), (gst_flac_enc_chain),
(gst_flac_enc_change_state):