summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-10-08 13:31:44 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-10-08 13:31:44 +0000
commitb9a1894e5c5b2f07cdb20c7465d6915aaedec438 (patch)
treea8147f311b4431bb5dee106b20581dcb36a2a097 /ChangeLog
parent0e9db391c73bba77851d7d5f637b4f305c61d364 (diff)
gst/avi/gstavidemux.*: For timestamping audio packets we need to take into account the amount of blocks in one entry ...
Original commit message from CVS: * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index): * gst/avi/gstavidemux.h: For timestamping audio packets we need to take into account the amount of blocks in one entry using the blockalign. Fixes some sync issues with zero-padded audio blocks in the beginning of avi files.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c8cb9df..22e48517 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2008-10-08 Wim Taymans <wim.taymans@collabora.co.uk>
+ * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
+ (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
+ * gst/avi/gstavidemux.h:
+ For timestamping audio packets we need to take into account the
+ amount of blocks in one entry using the blockalign. Fixes some sync
+ issues with zero-padded audio blocks in the beginning of avi files.
+
+2008-10-08 Wim Taymans <wim.taymans@collabora.co.uk>
+
* gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
(gst_multi_file_src_query):
Implement DEFAULT and BUFFER position queries. See #555260.