wavparse: Speed up type finding for DTS
authorSanchayan Maity <sanchayan@asymptotic.io>
Fri, 28 Oct 2022 13:27:44 +0000 (18:57 +0530)
committerSanchayan Maity <sanchayan@asymptotic.io>
Fri, 28 Oct 2022 13:31:26 +0000 (19:01 +0530)
commit858e51638338f34c5c8889ac15b9aac8c0a08ffc
treeae664a86df1fdc6bc27500c55ee65c242232e00b
parent673d13f1760c93924c71fce8b6b14debccf7e533
wavparse: Speed up type finding for DTS

In order to figure out if the "raw" audio contained within the wav
container is actually DTS, right now we call the typefinder helper
which runs all typefinders.

Speed up this type finding process by specifying the extension.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3294>
subprojects/gst-plugins-good/gst/wavparse/gstwavparse.c