diff options
author | Benjamin Otte <otte@gnome.org> | 2004-07-02 03:41:22 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-07-02 03:41:22 +0000 |
commit | ddccf5b84571dba96852b808a46df9678e3ec042 (patch) | |
tree | f498118d0ce982fd43aa207e88737339b69844ab | |
parent | 91e400e99d73317de0a39a8a06432c59fd09548d (diff) | |
download | gst-plugins-bad-ddccf5b84571dba96852b808a46df9678e3ec042.tar.gz gst-plugins-bad-ddccf5b84571dba96852b808a46df9678e3ec042.tar.bz2 gst-plugins-bad-ddccf5b84571dba96852b808a46df9678e3ec042.zip |
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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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): |