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.
This commit is contained in:
Sebastian Dröge 2010-04-30 22:13:30 +02:00
parent 52c71352e0
commit 2ac1f1c7ee

View file

@ -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