Limit duration to a maximum of five seconds for tmplayer format where we can guess...
authorTim-Philipp Müller <tim@centricular.net>
Sun, 25 May 2008 20:51:35 +0000 (20:51 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sun, 25 May 2008 20:51:35 +0000 (20:51 +0000)
commit206f91995b32248625678b5e4257c53d34275740
treec54604463e631efb3764c38a999826f4ea40f391
parent79a725148d4e606cdb7f82d44e806b16177c8430
Limit duration to a maximum of five seconds for tmplayer format where we can guess the duration only from the timesta...

Original commit message from CVS:
* gst/subparse/gstsubparse.c: (parser_state_init),
(gst_sub_parse_format_autodetect), (handle_buffer):
* gst/subparse/gstsubparse.h:
* tests/check/elements/subparse.c: (test_tmplayer_style3b):
Limit duration to a maximum of five seconds for tmplayer format where
we can guess the duration only from the timestamp of the next line of
text. We don't want to show a text for eternities just because nothing
else is being said for a while.
ChangeLog
gst/subparse/gstsubparse.c
gst/subparse/gstsubparse.h
tests/check/elements/subparse.c