wavparse: use typefind functions to check if PCM data contains dts stream
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 11 Jun 2010 19:50:23 +0000 (20:50 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 11 Jun 2010 19:50:23 +0000 (20:50 +0100)
commit754f3a315ba37a523cbe114614cb32d666c02abe
tree1b5764f4edc16917573e253ac43709bf5e2a6dc9
parent12ec2c3d6d3f150e01a08c7455c22b33357d642d
wavparse: use typefind functions to check if PCM data contains dts stream

Use new dts audio typefinder from -base to check if the PCM data
contains a dts stream. This way we recognise more varieties more
reliably and also detect the dts stream if there isn't a frame
sync right at the start of the data.

Fixes #413942.
gst/wavparse/gstwavparse.c