wavparse: detect DTS advertised as PCM correctly in some more cases
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 3 Dec 2010 00:22:48 +0000 (00:22 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 3 Dec 2010 10:18:43 +0000 (10:18 +0000)
commitbd87d8d1ddd22dde0dc30c7161c5d38e134c9a88
tree40758cff3a7e57cc1fdc2d0a53430c6de863388f
parenta97c77177ef5482518f6b870bd701a470ebfc5c5
wavparse: detect DTS advertised as PCM correctly in some more cases

The DTS typefinder may return a lower probability for frames that start
at non-zero offsets and where there's no second frame sync in the first
buffer. It's fairly unlikely that we'll acidentally identify PCM data
as DTS, so we don't do additional checks for now.

https://bugzilla.gnome.org/show_bug.cgi?id=636234
gst/wavparse/gstwavparse.c