video-scaler: fix YUY2 scaling some more
authorWim Taymans <wtaymans@redhat.com>
Tue, 21 Apr 2015 11:31:44 +0000 (13:31 +0200)
committerWim Taymans <wtaymans@redhat.com>
Tue, 21 Apr 2015 11:31:44 +0000 (13:31 +0200)
commit0588c9a53f187304afb20559634eb82cda7f696a
tree24402a8d94819bf4ae4cb52f8b9bdf4604b4a78c
parent8f82ee70f92d791c54a529bfbea0a6fa5b20b14d
video-scaler: fix YUY2 scaling some more

Take into account the different steps between Y and UV when calculating
the line size for vertical resampling or else we might not resample
enough pixels and leave bad lines.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=747790
gst-libs/gst/video/video-scaler.c