videoscale: Restrict width/height to 2^15 - 1
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 30 Jul 2009 10:37:07 +0000 (12:37 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 6 Aug 2009 04:43:34 +0000 (06:43 +0200)
commitcac4b032c38cde81113690ddcb3ebb5111a9ac6c
treea57f7673ee5de2430bd5f7f9111d0f8ad914fe51
parent6b63053be1cb58c8aab069569a5a32a07debea03
videoscale: Restrict width/height to 2^15 - 1

Otherwise integer overflows will happen, resulting in segmentation faults.

Fixes bug #590243.
gst/videoscale/gstvideoscale.c