From: Sebastian Dröge Date: Fri, 30 Apr 2010 20:13:30 +0000 (+0200) Subject: deinterlace: Make automatic detection of interlacing the default X-Git-Tag: RELEASE-0.10.23~148 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2ac1f1c7ee8044eceeacd6f965cc6ed36de56a24;p=platform%2Fupstream%2Fgst-plugins-good.git deinterlace: Make automatic detection of interlacing the default Previously "force deinterlacing" was the default, which is a not very sensible default for the normal use case where deinterlace should act in passthrough mode unless interlaced content is present. --- diff --git a/gst/deinterlace/gstdeinterlace.c b/gst/deinterlace/gstdeinterlace.c index ea025c2..8554c9d 100644 --- a/gst/deinterlace/gstdeinterlace.c +++ b/gst/deinterlace/gstdeinterlace.c @@ -47,7 +47,7 @@ GST_DEBUG_CATEGORY_STATIC (deinterlace_debug); /* Properties */ -#define DEFAULT_MODE GST_DEINTERLACE_MODE_INTERLACED +#define DEFAULT_MODE GST_DEINTERLACE_MODE_AUTO #define DEFAULT_METHOD GST_DEINTERLACE_GREEDY_H #define DEFAULT_FIELDS GST_DEINTERLACE_ALL #define DEFAULT_FIELD_LAYOUT GST_DEINTERLACE_LAYOUT_AUTO