typefind: fix E-AC-3 frame size parsing
authorRené Stadler <rene.stadler@nokia.com>
Fri, 3 Dec 2010 16:08:58 +0000 (18:08 +0200)
committerRené Stadler <rene.stadler@nokia.com>
Tue, 7 Dec 2010 19:28:20 +0000 (21:28 +0200)
commit886ea051e76a69c53ccd5ec1f9625e0a81808092
tree3b39051e66875d2d4ec66ae9ba67a8012bb0f98b
parentf9c7be96394d68c68a0c9d6cf0eec23971563e34
typefind: fix E-AC-3 frame size parsing

Frame size is given in words; it is already multiplied by two where
needed, so the left shift is superfluous. This extra multiplication
caused the code to inspect the third packet instead of the second,
which would fail for files where the second packet has a size
different from the first.
gst/typefind/gsttypefindfunctions.c