mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
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.
This commit is contained in:
parent
6767319433
commit
953d8a36f1
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
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),
|
||||
|
|
Loading…
Reference in a new issue