summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-07-02 03:41:22 +0000
committerBenjamin Otte <otte@gnome.org>2004-07-02 03:41:22 +0000
commite2983a7a320549156cfcf4e6c413621100f0d544 (patch)
tree86700df72916c21e5df5fcd7b96b72123c13931c
parentac071e9babe8645253a1b47e3de2160326ee4540 (diff)
ext/ogg/gstogg.c: we require bytestream now
Original commit message from CVS: * ext/ogg/gstogg.c: (plugin_init): we require bytestream now * ext/ogg/gstoggdemux.c: huge diff to implement chain setup in a fast and generic way. This improves tag reading and startup of huge files (read: Theora videos) quite a bit. It probably contains bugs, too, so please test. Seeking is not improved to the fast method.
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 43855e3a..6930c4ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2004-07-02 Benjamin Otte <otte@gnome.org>
+
+ * ext/ogg/gstogg.c: (plugin_init):
+ we require bytestream now
+ * ext/ogg/gstoggdemux.c:
+ huge diff to implement chain setup in a fast and generic way. This
+ improves tag reading and startup of huge files (read: Theora videos)
+ quite a bit. It probably contains bugs, too, so please test.
+ Seeking is not improved to the fast method.
+
2004-06-29 Wim Taymans <wim@fluendo.com>
* ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):