mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
gst/matroska/matroska-demux.c: Save position, so that queries give proper return values. Don't know how this could ev...
Original commit message from CVS: * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup): Save position, so that queries give proper return values. Don't know how this could ever have worked before...
This commit is contained in:
parent
83b681f127
commit
3b494824c0
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* gst/matroska/matroska-demux.c:
|
||||
(gst_matroska_demux_parse_blockgroup):
|
||||
Save position, so that queries give proper return values. Don't
|
||||
know how this could ever have worked before...
|
||||
|
||||
2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -1979,6 +1979,7 @@ gst_matroska_demux_parse_blockgroup (GstMatroskaDemux * demux,
|
|||
GST_BUFFER_TIMESTAMP (sub) = cluster_time;
|
||||
else
|
||||
GST_BUFFER_TIMESTAMP (sub) = cluster_time + time;
|
||||
demux->pos = GST_BUFFER_TIMESTAMP (sub);
|
||||
}
|
||||
|
||||
/* do all laces have the same lenght? */
|
||||
|
|
Loading…
Reference in a new issue