summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-06-04 07:36:07 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-06-04 07:36:07 +0000
commit636372f384aa97213c588ddfe0be05b92a83e2f6 (patch)
tree8b93a9e91d4996cf2ee2e30b5b3ee2f9486f8624 /ChangeLog
parent1169ebe7890801ef140c80ca147da6272ff5a8a5 (diff)
gst/matroska/ebml-write.c: Unref the write cache in finalize if it was set and add add "FIXME" to a comment that need...
Original commit message from CVS: * gst/matroska/ebml-write.c: (gst_ebml_write_finalize), (gst_ebml_write_set_cache): Unref the write cache in finalize if it was set and add add "FIXME" to a comment that needs it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2317f8c5..b7258842 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
+ (gst_ebml_write_set_cache):
+ Unref the write cache in finalize if it was set and add add "FIXME"
+ to a comment that needs it.
+
2008-06-02 Wim Taymans <wim.taymans@collabora.co.uk>
Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>