mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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.
This commit is contained in:
parent
85442068b5
commit
d538c89918
1 changed files with 10 additions and 0 deletions
10
ChangeLog
10
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):
|
||||
|
|
Loading…
Reference in a new issue