GNOME Bugzilla – Bug 617283
Deinterlace by default
Last modified: 2010-05-05 15:00:18 UTC
The current playbin code sets "force deinterlace" when the playbin flag is turned on, but it will be changed to "deinterlace when necessary". When that's done, we should move the deinterlace option to the preferences, and enable it by default.
commit 94418a2d7295de739200cc6657263076c0f2d80b Author: Bastien Nocera <hadess@hadess.net> Date: Wed May 5 15:57:26 2010 +0100 Move deinterlacing to the preferences As deinterlacing is now automatic in playbin2 for interlaced streams, enable it by default, so that interlaced videos look nicer by default. https://bugzilla.gnome.org/show_bug.cgi?id=617283 commit 31f3116b58899f550afcb8f9f424b3e2c6710745 Author: Bastien Nocera <hadess@hadess.net> Date: Wed May 5 15:55:13 2010 +0100 Turn on automatic deinterlacing by default As it's now only used when interlaced streams are being played.