summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-10-18 13:52:15 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-10-18 13:52:15 +0000
commit8bacd6b5356945eb7c81ab7aab7fef8195f06dd1 (patch)
treee6f4758c1222acb82955d21e954b96cf36adfd1c /ChangeLog
parente0a3b0aa0810ed364e2665807931c0a91da46ae3 (diff)
downloadgst-plugins-bad-8bacd6b5356945eb7c81ab7aab7fef8195f06dd1.tar.gz
gst-plugins-bad-8bacd6b5356945eb7c81ab7aab7fef8195f06dd1.tar.bz2
gst-plugins-bad-8bacd6b5356945eb7c81ab7aab7fef8195f06dd1.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a8c3f4ff..8bab430c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2004-10-18 Wim Taymans <wim@fluendo.com>
+ * 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 <wim@fluendo.com>
+
* ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
(gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
(gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),