gst/subparse/gstsubparse.c: Add missing closing tags for markup and fix broken markup...
authorTim-Philipp Müller <tim@centricular.net>
Fri, 20 Oct 2006 17:02:19 +0000 (17:02 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Fri, 20 Oct 2006 17:02:19 +0000 (17:02 +0000)
commitad087e01ff4fbad5c4854b8306dff0f1671c5fb5
tree49a9f74fbb3f9114d36d2038f01185fa36311617
parent776911ecc22a7d3103fe7c9927accbffdaee06a8
gst/subparse/gstsubparse.c: Add missing closing tags for markup and fix broken markup, otherwise pango won't render a...

Original commit message from CVS:
* gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
(parse_subrip), (handle_buffer):
Add missing closing tags for markup and fix broken markup,
otherwise pango won't render anything (fixes #357531). Also,
make sure the text we send out is always NUL-terminated
(better safe than sorry etc.).
* tests/check/elements/subparse.c: (test_srt_do_test),
(test_srt):
Some more tests for .srt incl. tests for the above stuff.
ChangeLog
gst/subparse/gstsubparse.c
tests/check/elements/subparse.c