From df36d00ff69a4d6fdc879ca79db00ec717333e0d Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Mon, 25 Apr 2005 17:40:48 +0000 Subject: ext/ogg/gstoggdemux.c: Cache start-time values; flush ogg-streams after each re-seek to make sure we don't handle cac... Original commit message from CVS: * 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. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index b9c4def4..1fccffc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-04-25 Ronald S. Bultje + + * 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 -- cgit v1.2.1