From c1da22dd4e9238cdca3b9d266e8355bda2da74dc Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 18 Oct 2004 13:52:15 +0000 Subject: [PATCH] ext/ogg/gstoggdemux.c: Really do nothing when no data is available. Original commit message from CVS: * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate): Really do nothing when no data is available. Go to the playing state when the stream is not seekable instead of failing. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index a8c3f4ff7c..8bab430c49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-10-18 Wim Taymans + + * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate): + Really do nothing when no data is available. + Go to the playing state when the stream is not seekable + instead of failing. + 2004-10-18 Wim Taymans * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),