summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-05-08 15:49:01 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-05-08 15:49:01 +0000
commite38b5e75901ba6eb6a35e8c137eb3ee11e342a24 (patch)
tree59e70787946ecf0936e19bd2e8ae59a83833bba9 /ChangeLog
parent3d7b6f15b8f5945546bff6824e7b36035667f7c2 (diff)
gst/videomixer/videomixer.c: Fix strides calculation for AYUV (it's just width*4) (#436910).
Original commit message from CVS: * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv), (gst_videomixer_fill_checker), (gst_videomixer_fill_color), (gst_videomixer_collected): Fix strides calculation for AYUV (it's just width*4) (#436910).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f59002c5..680839d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-05-08 Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
+ (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
+ (gst_videomixer_collected):
+ Fix strides calculation for AYUV (it's just width*4) (#436910).
+
2007-05-06 Sebastian Dröge <slomo@circular-chaos.org>
* gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):