summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2006-03-22 13:00:34 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2006-03-22 13:00:34 +0000
commit3f72e7205c620413fdd89fe21d5c6752b3edc405 (patch)
treeb86d9356e6d0978be66788f3e73947c584fa6ee7 /ChangeLog
parente7a2d7734de7031d5ea9d24b0bb68603e9325778 (diff)
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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aa199749..18d8a085 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-03-22 Jan Schmidt <thaytan@mad.scientist.com>
+
+ * 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 <wim@fluendo.com>
* ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),