deinterlace: Change the default to linear
authorDavid Schleef <ds@schleef.org>
Sat, 11 Dec 2010 20:42:10 +0000 (12:42 -0800)
committerDavid Schleef <ds@schleef.org>
Thu, 6 Jan 2011 01:50:09 +0000 (17:50 -0800)
commit97d74f293c7810d828426461c95e5821debc5dbb
treeed2ef6407cb988051187c44a3c697271932e42b6
parentbc0824181bc24ef34e221602400c8b1a80d559b2
deinterlace: Change the default to linear

The previous default, greedyh, takes 4 times as long as MPEG-2
video decoding, and is unlikely fast enough on any current CPU
to play 1080i video in real-time.  greedyl isn't much faster.
linear was chosen over vfir, since the quality advantage of vfir
is minimal compared to the occasional visual artifacts and slower
processing.
gst/deinterlace/gstdeinterlace.c