diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-07-11 08:45:25 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-07-11 08:45:25 +0000 |
commit | 2fcc45440b9d055525880784979955d2767c5d7f (patch) | |
tree | 3b851cd57f7b7caf3811a772a966eb1d453225db /ChangeLog | |
parent | 09540cea75eec21b36fb32c6aa3c42d9aca4612d (diff) | |
download | gst-plugins-bad-2fcc45440b9d055525880784979955d2767c5d7f.tar.gz gst-plugins-bad-2fcc45440b9d055525880784979955d2767c5d7f.tar.bz2 gst-plugins-bad-2fcc45440b9d055525880784979955d2767c5d7f.zip |
ext/theora/theoradec.c: Packet >= 3, not >3, is not a header. Fixes the case where we seek back to the beginning of a...
Original commit message from CVS:
* ext/theora/theoradec.c: (theora_dec_chain):
Packet >= 3, not >3, is not a header. Fixes the case where we seek
back to the beginning of a theora file (#308484).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-07-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + + * ext/theora/theoradec.c: (theora_dec_chain): + Packet >= 3, not >3, is not a header. Fixes the case where we seek + back to the beginning of a theora file (#308484). + 2005-07-07 Benjamin Otte <otte@gnome.org> * configure.ac: |