videoconvert: also allocate temp lines in fastpath
authorWim Taymans <wim.taymans@collabora.co.uk>
Wed, 4 Sep 2013 15:34:20 +0000 (17:34 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Wed, 4 Sep 2013 15:36:29 +0000 (17:36 +0200)
commit22da49a55c76e136cb10a5524c2216f733513a2f
tree7d21b5be9c0a368f0abed50356e8d7d3e81f36ee
parent0b693deb3de8a445b1f43c97f089daccf5fe7ae3
videoconvert: also allocate temp lines in fastpath

Some of the fastpath functions need tmplines, so make sure we allocate some in
the fastpath too.

This avoids SEGFAULTs with odd heights.

See https://bugzilla.gnome.org/show_bug.cgi?id=663248
gst/videoconvert/videoconvert.c