summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 252f92d0..353c6d53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2006-05-03 Tim-Philipp Müller <tim at centricular dot net>
+ * gst/matroska/matroska-mux.c:
+ (gst_matroska_mux_stream_is_vorbis_header),
+ (gst_matroska_mux_write_data):
+ Don't strcmp() NULL strings.
+ Only start new clusters on video keyframes, not on any
+ random audio buffer that doesn't have the DELTA_UNIT
+ flag set (fixes 'make check' again).
+
+2006-05-03 Tim-Philipp Müller <tim at centricular dot net>
+
Patch by: Mark Nauwelaerts <manauw at skynet be>
* gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),