Skip to content

subparse: fix typefind with small srt files

Guillaume Desmottes requested to merge gdesmott/gstreamer:subparse into main

The typefind code was rejecting content smaller than 128 bytes making it impossible to play files with very small srt files. But those can actually be properly detected so fix typefind to allow smaller content and try its best with it.

Merge request reports