diff options
author | Benjamin Otte <otte@gnome.org> | 2004-02-03 16:15:15 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-02-03 16:15:15 +0000 |
commit | eb9937f2d7efe57534855b722a2fff344716c0d0 (patch) | |
tree | 42aaa8e419227a8f77f704978ecd3b154881a309 | |
parent | 48f27591308c7c219904f1d6cf2f818df6d1586b (diff) | |
download | gst-plugins-bad-eb9937f2d7efe57534855b722a2fff344716c0d0.tar.gz gst-plugins-bad-eb9937f2d7efe57534855b722a2fff344716c0d0.tar.bz2 gst-plugins-bad-eb9937f2d7efe57534855b722a2fff344716c0d0.zip |
ext/ogg/gstoggdemux.c: handle chain parsing correctly in the multichain case
Original commit message from CVS:
2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
* ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
handle chain parsing correctly in the multichain case
* ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
(theora_dec_from_granulepos), (theora_dec_to_granulepos),
(theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
(theora_dec_chain):
handle events and queries correctly
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de> + + * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain): + handle chain parsing correctly in the multichain case + * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog), + (theora_dec_from_granulepos), (theora_dec_to_granulepos), + (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event), + (theora_dec_chain): + handle events and queries correctly + 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net> * .cvsignore: |