diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-04-20 13:23:40 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-04-20 13:23:40 +0000 |
commit | 857f6cf2a83139874961773ea9a4f8901866ef52 (patch) | |
tree | ebe2363d17d6a39cbff7feb403d1a47507d02d79 /ChangeLog | |
parent | a0522c2394640863d4049873fbacf0ad4dddd115 (diff) |
gst/matroska/: Set DISCONT flag on first buffer after a discontinuity.
Original commit message from CVS:
* gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
(gst_matroskademux_do_index_seek),
(gst_matroska_demux_handle_seek_event),
(gst_matroska_demux_parse_blockgroup_or_simpleblock):
* gst/matroska/matroska-ids.h:
Set DISCONT flag on first buffer after a discontinuity.
Fix newsegment events sent when seeking and honour KEY_UNIT
seek flag. Create pad with bogus caps if we don't recognise
the stream codec id.
* gst/matroska/matroska-demux.h:
Fix GObject macros.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,5 +1,20 @@ 2006-04-20 Tim-Philipp Müller <tim at centricular dot net> + * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream), + (gst_matroskademux_do_index_seek), + (gst_matroska_demux_handle_seek_event), + (gst_matroska_demux_parse_blockgroup_or_simpleblock): + * gst/matroska/matroska-ids.h: + Set DISCONT flag on first buffer after a discontinuity. + Fix newsegment events sent when seeking and honour KEY_UNIT + seek flag. Create pad with bogus caps if we don't recognise + the stream codec id. + + * gst/matroska/matroska-demux.h: + Fix GObject macros. + +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: |