summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2005-04-07 19:38:01 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2005-04-07 19:38:01 +0000
commitaa13884cc20db481a8534da322a698d0396ddeaa (patch)
tree3ff6c5ce772d73f83315b236302193eb256491d9 /ChangeLog
parent1cd09c4f6cc1ece6106d52dd7e36410b306750cf (diff)
downloadgst-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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4058c329..cb9dd848 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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),