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...
+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:
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? */