subparse: lower text buffer threshold 60/261360/1 accepted/tizen/unified/20210719.025235 submit/tizen/20210716.034059
authorHosang Lee <hosang10.lee@lge.com>
Wed, 17 Jun 2020 00:03:51 +0000 (09:03 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Fri, 16 Jul 2021 02:36:04 +0000 (11:36 +0900)
commit7d917c1f162c699d80599177b5569758803d65c5
tree1ab026dbc598ca0c39da816c35f4f884164c8e8d
parentf9cc8757c9a1ba59b3b201d0816873c9108e2a29
subparse: lower text buffer threshold

It is possible for subtitle files to have a string length less than 30.
WebVTT for example may contain only the 'WEBVTT' string in the file
without any cues.
As an example in hls streams, since WEBVTT files can be segmented
like video/audio, some subtitle segments may only contain just the
header string.

Change-Id: I42dd0497852550d7cd6dd21a485856f06af55d71
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/708>
gst/subparse/gstsubparse.c