diff options
| author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-08-08 16:20:26 +0000 |
|---|---|---|
| committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-08-08 16:20:26 +0000 |
| commit | ba69194f332856cc53a870ee381a806b0fd65ff5 (patch) | |
| tree | f773e6e402e332212c8902b3ec0704f499549b45 /ChangeLog | |
| parent | c0468721320c10978e70a4ac9072d1d8774e5e62 (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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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): |
