diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2008-12-15 15:59:53 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2008-12-15 15:59:53 +0000 |
commit | 8add29398d86b9daf4d03c1c1d9d808c009c1309 (patch) | |
tree | 1f7c93e628e49ccade7f451695d3b5b2b0fdf626 /ChangeLog | |
parent | 49ad7ace92202ad91024ea3efe60ff96f414005b (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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |