From 2ac1f1c7ee8044eceeacd6f965cc6ed36de56a24 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 30 Apr 2010 22:13:30 +0200 Subject: [PATCH] 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. --- gst/deinterlace/gstdeinterlace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4