summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2008-12-16 09:37:53 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-12-16 09:37:53 +0000
commit4a162d56ab68ccc888c45ad7850ec4d33679fef4 (patch)
treea8917e8fb04c3dbe5ecd4c2e3ab91cb07539b599 /ChangeLog
parentf28a2a6cfc7e69279c5bda8bbdcf31039d99487f (diff)
gst/gsttaglist.c: Avoid copy of empty taglist.
Original commit message from CVS: * gst/gsttaglist.c: Avoid copy of empty taglist.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a8b9741747..899321a7b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
2008-12-16 Stefan Kost <ensonic@users.sf.net>
* gst/gsttaglist.c:
+ Avoid copy of empty taglist.
+
+2008-12-16 Stefan Kost <ensonic@users.sf.net>
+
+ * gst/gsttaglist.c:
* tests/check/gst/gsttag.c:
More complete unit tests. Fix handling of empty taglists (they were
not merged before).