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 | |
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).
-rw-r--r-- | ChangeLog | 6 | ||||
m--------- | common | 0 |
2 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: diff --git a/common b/common -Subproject 03aa1cd7f77f87fc24565044c0a3c9c5124c39a +Subproject ac7272b7af934c2294a44ac1c0f3fac3f8d17ec |