From 3f72e7205c620413fdd89fe21d5c6752b3edc405 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Wed, 22 Mar 2006 13:00:34 +0000 Subject: gst/: Don't attempt typefinding on too-short buffers that have been completely trimmed away. Original commit message from CVS: * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain): * gst/id3demux/gstid3demux.c: (gst_id3demux_chain): Don't attempt typefinding on too-short buffers that have been completely trimmed away. * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag): Improve the debug output --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index aa199749..18d8a085 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2006-03-22 Jan Schmidt + + * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain): + * gst/id3demux/gstid3demux.c: (gst_id3demux_chain): + Don't attempt typefinding on too-short buffers that have been + completely trimmed away. + + * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag): + Improve the debug output + 2006-03-21 Wim Taymans * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init), -- cgit