From 93663539f753d8eff21ba89bda54836851ba64e0 Mon Sep 17 00:00:00 2001 From: Jonathan Matthew Date: Wed, 6 Dec 2006 13:35:52 +0000 Subject: ext/taglib/gstid3v2mux.cc: Don't attempt to write a NULL frame into the ID3 tag set when the createFrame method retur... Original commit message from CVS: * ext/taglib/gstid3v2mux.cc: Don't attempt to write a NULL frame into the ID3 tag set when the createFrame method returned NULL. Fixes: #381857 Patch by: Jonathan Matthew --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7f2f5970..e769a3cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-12-06 Jan Schmidt + + * ext/taglib/gstid3v2mux.cc: + Don't attempt to write a NULL frame into the ID3 tag set when the + createFrame method returned NULL. + Fixes: #381857 + Patch by: Jonathan Matthew + 2006-12-06 Jan Schmidt * gst/apetag/gstapedemux.c: (ape_demux_parse_tags): -- cgit