diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-04-25 17:40:48 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-04-25 17:40:48 +0000 |
commit | df36d00ff69a4d6fdc879ca79db00ec717333e0d (patch) | |
tree | 4f432a790f651a7a68a61be74e91c36e9d0e7459 | |
parent | e5aa9692ea4a741c670157f459507c207de61570 (diff) | |
download | gst-plugins-bad-df36d00ff69a4d6fdc879ca79db00ec717333e0d.tar.gz gst-plugins-bad-df36d00ff69a4d6fdc879ca79db00ec717333e0d.tar.bz2 gst-plugins-bad-df36d00ff69a4d6fdc879ca79db00ec717333e0d.zip |
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.
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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> |