gstreamer/gst/wavparse
Stefan Sauer 36597cf201 wavparse: simplify and correct header scanning
The wav spec tells that 'fmt' (and 'bext' if present) must come before 'data'.
There is no requirement for 'fmt' to be first. We already had a list of chunks
to skip, but it is easier to just skip any chunk while seeking for 'fmt'.

This fixes reading files generated by ProTools.
2016-05-03 23:03:14 -07:00
..
.gitignore Initial revision 2001-12-22 23:27:31 +00:00
gstwavparse.c wavparse: simplify and correct header scanning 2016-05-03 23:03:14 -07:00
gstwavparse.h wavparse: support rf64 format 2014-08-29 11:49:42 +03:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 17:55:07 +01:00