summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-06-28 19:00:43 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-06-28 19:00:43 +0000
commitc897b7bee0d3eaab03f4f5fc518d5dded8ca5c32 (patch)
tree7479685abf480a31df3f8a11bd2a8df6da83060d /ChangeLog
parent6c980d5fa09831d5257dc2fb4026dbaac1014d54 (diff)
ext/wavpack/gstwavpackparse.*: Use a GSList for the GArray that is used like a list anyway.
Original commit message from CVS: * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_index_get_last_entry), (gst_wavpack_parse_index_get_entry_from_sample), (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset), (gst_wavpack_parse_scan_to_find_sample): * ext/wavpack/gstwavpackparse.h: Use a GSList for the GArray that is used like a list anyway.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cea8dd8b..0cf89dc1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-06-28 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * ext/wavpack/gstwavpackparse.c:
+ (gst_wavpack_parse_index_get_last_entry),
+ (gst_wavpack_parse_index_get_entry_from_sample),
+ (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
+ (gst_wavpack_parse_scan_to_find_sample):
+ * ext/wavpack/gstwavpackparse.h:
+ Use a GSList for the GArray that is used like a list anyway.
+
2007-06-28 Tim-Philipp Müller <tim at centricular dot net>
* ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),