ssaparse: ignore invalid UTF-8 in init section
authorTim-Philipp Müller <tim@centricular.net>
Mon, 17 Dec 2012 00:59:57 +0000 (00:59 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 17 Dec 2012 01:09:11 +0000 (01:09 +0000)
commit53072a43261c8f45f6b572b7463f83953a4549d6
tree2dbdfe4bfb2ca73fecd0eb0c8a23273d5dc55bc9
parent6549db36cd39237b2b6d8312b18594d11ec312a3
ssaparse: ignore invalid UTF-8 in init section

The codec data blob we get from matroskademux with the SSA/ASS
init section is supposed to be valid UTF-8. If it's not, just
continue with the bits that are valid UTF-8 instead of erroring
out. We don't actually parse the init section yet anyway..

https://bugzilla.gnome.org/show_bug.cgi?id=607630
gst/subparse/gstssaparse.c