gst/subparse/gstsubparse.*: Remove spurious 1000 subtrahend when calculating the...
authorTim-Philipp Müller <tim@centricular.net>
Mon, 8 Jan 2007 12:30:03 +0000 (12:30 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 8 Jan 2007 12:30:03 +0000 (12:30 +0000)
commit9052dc46814fb57c28f59f1c3710315bab3c521f
tree1bc8343ec3689338e9b3da5e548aa820e4c7d720
parent71b8a1f3929d973594996142d3548ab5d8e8da18
gst/subparse/gstsubparse.*: Remove spurious 1000 subtrahend when calculating the timestamp from the frame number and ...

Original commit message from CVS:
* gst/subparse/gstsubparse.c: (parse_mdvdsub):
* gst/subparse/gstsubparse.h:
Remove spurious 1000 subtrahend when calculating the timestamp from
the frame number and the frame rate . Also, use the frames/second
value specified in the first line of the file, if one is specified
there. Should fix #357503.
* tests/check/elements/subparse.c: (do_test),
(test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
(subparse_suite):
Add some basic unit tests for the microdvd subtitle format.
ChangeLog
common
gst/subparse/gstsubparse.c
gst/subparse/gstsubparse.h
tests/check/elements/subparse.c