diff options
| author | Jan Schmidt <thaytan@mad.scientist.com> | 2006-03-22 13:00:34 +0000 |
|---|---|---|
| committer | Jan Schmidt <thaytan@mad.scientist.com> | 2006-03-22 13:00:34 +0000 |
| commit | 3f72e7205c620413fdd89fe21d5c6752b3edc405 (patch) | |
| tree | b86d9356e6d0978be66788f3e73947c584fa6ee7 /ChangeLog | |
| parent | e7a2d7734de7031d5ea9d24b0bb68603e9325778 (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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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), |
