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
@ -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>
|
2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
@ -1979,6 +1979,7 @@ gst_matroska_demux_parse_blockgroup (GstMatroskaDemux * demux,
|
|||||||
GST_BUFFER_TIMESTAMP (sub) = cluster_time;
|
GST_BUFFER_TIMESTAMP (sub) = cluster_time;
|
||||||
else
|
else
|
||||||
GST_BUFFER_TIMESTAMP (sub) = cluster_time + time;
|
GST_BUFFER_TIMESTAMP (sub) = cluster_time + time;
|
||||||
|
demux->pos = GST_BUFFER_TIMESTAMP (sub);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* do all laces have the same lenght? */
|
/* do all laces have the same lenght? */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user