[gst-cvs] gst-plugins-good: deinterlace: Make automatic detection of interlacing the default
Sebastian Dröge
slomo at kemper.freedesktop.org
Fri Apr 30 13:17:19 PDT 2010
Module: gst-plugins-good
Branch: master
Commit: 2ac1f1c7ee8044eceeacd6f965cc6ed36de56a24
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=2ac1f1c7ee8044eceeacd6f965cc6ed36de56a24
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date: Fri Apr 30 22:13:30 2010 +0200
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 files changed, 1 insertions(+), 1 deletions(-)
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
More information about the Gstreamer-commits
mailing list