summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJosef Zlomek <josef.zlomek@itonis.tv>2006-04-25 11:09:24 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-04-25 11:09:24 +0000
commit2e1a9a0472b1ac3edb5873333266a0124a4b5986 (patch)
tree85f8f03a1caf8fdae3dc3d56cb3417224920f9b3 /ChangeLog
parenta299de4f78ab9ab5c25dc5d458f115a55b7b4011 (diff)
gst/matroska/matroska-mux.c: Fix timestamping of B-frames, use signed integers, do some rounding (#339678).
Original commit message from CVS: Patch by: Josef Zlomek <josef dot zlomek at itonis dot tv> * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_buffer_header), (gst_matroska_mux_write_data): Fix timestamping of B-frames, use signed integers, do some rounding (#339678).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 00bde575..6fbae5ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-04-25 Tim-Philipp Müller <tim at centricular dot net>
+
+ Patch by: Josef Zlomek <josef dot zlomek at itonis dot tv>
+
+ * gst/matroska/matroska-mux.c:
+ (gst_matroska_mux_create_buffer_header),
+ (gst_matroska_mux_write_data):
+ Fix timestamping of B-frames, use signed integers, do
+ some rounding (#339678).
+
2006-04-24 Edgard Lima <edgard.lima@indt.org.br>
* ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):