subparse: Allow newlines/whitespace at the beginning of subrip files
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 24 Apr 2012 08:13:08 +0000 (10:13 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 24 Apr 2012 08:16:30 +0000 (10:16 +0200)
commitaf71c29bcf019b8c5e5cfd1703744e15897b918d
tree343c96e3a71f86757539bd6996f051e10eb1bccd
parentf0b17b774fff6c826ca3c200dead0aca20bdcb05
subparse: Allow newlines/whitespace at the beginning of subrip files

For example the Sintel subtitles have this and without this change
they're detected as text/plain and not usable as subtitles. The
parser itself already handles this just fine.
gst/subparse/gstsubparse.c