typefindfunctions: Fix WebVTT format detection
authorSeungha Yang <seungha@centricular.com>
Wed, 25 Aug 2021 11:18:20 +0000 (20:18 +0900)
committerSebastian Dröge <slomo@coaxion.net>
Fri, 11 Feb 2022 13:48:45 +0000 (13:48 +0000)
commit21dd2076f692fb9964f242734185d6abc30adb4f
tree3d390faca3a49ca6889fadb77569147db1deffb0
parentc38afa2070b4784304ec96e696bf778ec16b109b
typefindfunctions: Fix WebVTT format detection

If WebVTT file consists of "WebVTT" header without body,
the file size can be smaller than 10 bytes.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1359>
subprojects/gst-plugins-base/gst/typefind/gsttypefindfunctions.c
subprojects/gst-plugins-base/tests/check/gst/typefindfunctions.c