summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-05-03 18:41:47 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-05-03 18:41:47 +0000
commit63b169cdf112401e3f60d29f8f92efc657504ebe (patch)
tree7071fbe1b318aff5d5ed3685038daf48413a1e10 /ChangeLog
parentfcd464ea306af49f48793107774ae10f3511e29e (diff)
gst/matroska/matroska-mux.c: Don't strcmp() NULL strings.
Original commit message from CVS: * 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).
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),