diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2005-04-07 19:38:01 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2005-04-07 19:38:01 +0000 |
commit | aa13884cc20db481a8534da322a698d0396ddeaa (patch) | |
tree | 3ff6c5ce772d73f83315b236302193eb256491d9 | |
parent | 1cd09c4f6cc1ece6106d52dd7e36410b306750cf (diff) | |
download | gst-plugins-bad-aa13884cc20db481a8534da322a698d0396ddeaa.tar.gz gst-plugins-bad-aa13884cc20db481a8534da322a698d0396ddeaa.tar.bz2 gst-plugins-bad-aa13884cc20db481a8534da322a698d0396ddeaa.zip |
gst/mpegstream/gstmpegparse.c: Change rate initialisation and calculation to predict total time more reliably, especi...
Original commit message from CVS:
* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
(gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
(gst_mpeg_parse_get_rate):
Change rate initialisation and calculation to predict
total time more reliably, especially in videos with
disconts. Fixes #17
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2005-04-08 Jan Schmidt <thaytan@mad.scientist.com> + * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init), + (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop), + (gst_mpeg_parse_get_rate): + Change rate initialisation and calculation to predict + total time more reliably, especially in videos with + disconts. Fixes #172043 + 2005-04-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net> * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_skipframe_get_type), |