summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b9c4def4..1fccffc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
+ * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_pad_new),
+ (gst_ogg_demux_push), (gst_ogg_sync):
+ Cache start-time values; flush ogg-streams after each re-seek
+ to make sure we don't handle cached samples (which make it
+ hang further on). Fixes #171777.
+
2005-04-25 jonathan@kaolin.hn.org
Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>