gst/matroska/matroska-mux.c: Don't strcmp() NULL strings.
authorTim-Philipp Müller <tim@centricular.net>
Wed, 3 May 2006 18:41:47 +0000 (18:41 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 3 May 2006 18:41:47 +0000 (18:41 +0000)
commit63b169cdf112401e3f60d29f8f92efc657504ebe
tree7071fbe1b318aff5d5ed3685038daf48413a1e10
parentfcd464ea306af49f48793107774ae10f3511e29e
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
gst/matroska/matroska-mux.c