mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
gst/avi/gstavidemux.c: Fix quite humiliating bug in omitting 0-sized index chunks but forgetting to count them for ti...
Original commit message from CVS: * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index), (gst_avi_demux_massage_index): Fix quite humiliating bug in omitting 0-sized index chunks but forgetting to count them for timestamps.
This commit is contained in:
parent
7a8e6c5705
commit
739c4f4724
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
|
||||||
|
* gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
|
||||||
|
(gst_avi_demux_massage_index):
|
||||||
|
Fix quite humiliating bug in omitting 0-sized index chunks but
|
||||||
|
forgetting to count them for timestamps.
|
||||||
|
|
||||||
2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
|
||||||
* ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
|
* ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
|
||||||
|
|
Loading…
Reference in a new issue