summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2008-12-15 15:59:53 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-12-15 15:59:53 +0000
commit8add29398d86b9daf4d03c1c1d9d808c009c1309 (patch)
tree1f7c93e628e49ccade7f451695d3b5b2b0fdf626 /ChangeLog
parent49ad7ace92202ad91024ea3efe60ff96f414005b (diff)
gst/avi/gstavimux.c: Instead of filtering wrongly just use the mergemode. Applications is use KEEP_ALL if they want t...
Original commit message from CVS: * gst/avi/gstavimux.c: Instead of filtering wrongly just use the mergemode. Applications is use KEEP_ALL if they want to supress tag-events. Fixes #563221 for avi for real (I hope). Everyone chime in, before I fix the others.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 98e0abf0..4c9e05ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2008-12-15 Stefan Kost <ensonic@users.sf.net>
+ * gst/avi/gstavimux.c:
+ Instead of filtering wrongly just use the mergemode. Applications is
+ use KEEP_ALL if they want to supress tag-events. Fixes #563221 for
+ avi for real (I hope). Everyone chime in, before I fix the others.
+
+2008-12-15 Stefan Kost <ensonic@users.sf.net>
+
* ext/pulse/pulsemixerctrl.c:
Add note about memleak.