diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2004-11-03 18:57:00 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2004-11-03 18:57:00 +0000 |
commit | 953d8a36f146fa4a24daadf20b4c5a2a3c7eaedc (patch) | |
tree | 50a01b754ff7a81058e331d9ac9cfa7af8ad684f | |
parent | 676731943367ff51f1c1fd70de0a5bdc7abc75c7 (diff) | |
download | gst-plugins-bad-953d8a36f146fa4a24daadf20b4c5a2a3c7eaedc.tar.gz gst-plugins-bad-953d8a36f146fa4a24daadf20b4c5a2a3c7eaedc.tar.bz2 gst-plugins-bad-953d8a36f146fa4a24daadf20b4c5a2a3c7eaedc.zip |
gst/videomixer/videomixer.c: Fix stride issues. Does not completely work for odd heights.
Original commit message from CVS:
* gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
(gst_videomixer_fill_checker), (gst_videomixer_fill_color),
(gst_videomixer_blend_buffers), (gst_videomixer_loop):
Fix stride issues. Does not completely work for odd
heights.
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2004-11-03 Wim Taymans <wim@fluendo.com> + * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420), + (gst_videomixer_fill_checker), (gst_videomixer_fill_color), + (gst_videomixer_blend_buffers), (gst_videomixer_loop): + Fix stride issues. Does not completely work for odd + heights. + +2004-11-03 Wim Taymans <wim@fluendo.com> + * gst/alpha/gstalpha.c: (gst_alpha_method_get_type), (gst_alpha_chroma_key), (gst_alpha_chain): Fix stride issues. Does not completely work for odd |