mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-10 10:04:23 +00:00
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:
parent
52c71352e0
commit
2ac1f1c7ee
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue