videoscale: Fix ARGB bilinear scaling
authorDavid Schleef <ds@schleef.org>
Mon, 25 Apr 2011 01:16:20 +0000 (18:16 -0700)
committerDavid Schleef <ds@schleef.org>
Mon, 25 Apr 2011 01:22:23 +0000 (18:22 -0700)
commit7c0b702e14f81b68dd341109af9efcbd714dbf32
treeb75c2801aee1b617bdec3c2ee576382cc7b98ccc
parentd4dbebc606bdae6a765eada22e49787b47e277f1
videoscale: Fix ARGB bilinear scaling

Fixes #648548.  Orc generates bad code for
gst_videoscale_orc_resample_merge_bilinear_u32, so we'll use the
slightly slower two-stage process.  I'd fix Orc, but it's hard to
get excited about fixing a feature that I'm planning to deprecate
and replace.
gst/videoscale/vs_image.c