diff options
author | Sjoerd Simons <sjoerd@luon.net> | 2008-03-08 04:27:03 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-03-08 04:27:03 +0000 |
commit | e92772a7e9561a39775229d79fcded9845b26ea8 (patch) | |
tree | 30a017f6608573b142ba8c65c741ebbfe548bdfb /ChangeLog | |
parent | e82812b2dc6bb8066e1c850e68e72c021b5edb33 (diff) | |
download | gst-plugins-bad-e92772a7e9561a39775229d79fcded9845b26ea8.tar.gz gst-plugins-bad-e92772a7e9561a39775229d79fcded9845b26ea8.tar.bz2 gst-plugins-bad-e92772a7e9561a39775229d79fcded9845b26ea8.zip |
ext/faad/gstfaad.c: Improve the header checking to look for what faad2 looks for too. Fixes playback of same apple tr...
Original commit message from CVS:
Patch by: Sjoerd Simons <sjoerd at luon dot net>
* ext/faad/gstfaad.c: (looks_like_valid_header):
Improve the header checking to look for what faad2 looks
for too. Fixes playback of same apple trailers.
Fixes bug #469979.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2008-03-08 Sebastian Dröge <slomo@circular-chaos.org> + + Patch by: Sjoerd Simons <sjoerd at luon dot net> + + * ext/faad/gstfaad.c: (looks_like_valid_header): + Improve the header checking to look for what faad2 looks + for too. Fixes playback of same apple trailers. + Fixes bug #469979. + 2008-03-07 Sebastian Dröge <slomo@circular-chaos.org> * configure.ac: |