gst/subparse/: Add support for TMPlayer-type subtitles (#362845).
authorTim-Philipp Müller <tim@centricular.net>
Mon, 23 Oct 2006 12:06:44 +0000 (12:06 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 23 Oct 2006 12:06:44 +0000 (12:06 +0000)
commit1b6b21adabc681ac26eb5b1156365cec8bcdffa4
tree83d5d67c7529872154ecb8b726e86836072c9c84
parent9be3d5a6b07607abbf25dce53bfb7d9e516119b6
gst/subparse/: Add support for TMPlayer-type subtitles (#362845).

Original commit message from CVS:
* gst/subparse/Makefile.am:
* gst/subparse/gstsubparse.c:
(gst_sub_parse_data_format_autodetect),
(gst_sub_parse_format_autodetect), (handle_buffer),
(gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
* gst/subparse/gstsubparse.h:
* gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
(parse_tmplayer):
* gst/subparse/tmplayerparse.h:
Add support for TMPlayer-type subtitles (#362845).
* tests/check/elements/subparse.c: (test_tmplayer_do_test),
(GST_START_TEST), (subparse_suite):
Add some basic unit tests for the above.
ChangeLog
gst/subparse/Makefile.am
gst/subparse/gstsubparse.c
gst/subparse/gstsubparse.h
gst/subparse/tmplayerparse.c [new file with mode: 0644]
gst/subparse/tmplayerparse.h [new file with mode: 0644]
tests/check/elements/subparse.c