From 63b169cdf112401e3f60d29f8f92efc657504ebe Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Wed, 3 May 2006 18:41:47 +0000 Subject: 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). --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 252f92d0..353c6d53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2006-05-03 Tim-Philipp Müller + + * 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 Patch by: Mark Nauwelaerts -- cgit