deinterlace: fix typo in mode enum description
This commit is contained in:
parent
9ee0815e85
commit
5908c40405
@ -345,7 +345,7 @@ gst_deinterlace_modes_get_type (void)
|
|||||||
|
|
||||||
static const GEnumValue modes_types[] = {
|
static const GEnumValue modes_types[] = {
|
||||||
{GST_DEINTERLACE_MODE_AUTO, "Auto detection", "auto"},
|
{GST_DEINTERLACE_MODE_AUTO, "Auto detection", "auto"},
|
||||||
{GST_DEINTERLACE_MODE_INTERLACED, "Enfore deinterlacing", "interlaced"},
|
{GST_DEINTERLACE_MODE_INTERLACED, "Force deinterlacing", "interlaced"},
|
||||||
{GST_DEINTERLACE_MODE_DISABLED, "Run in passthrough mode", "disabled"},
|
{GST_DEINTERLACE_MODE_DISABLED, "Run in passthrough mode", "disabled"},
|
||||||
{0, NULL, NULL},
|
{0, NULL, NULL},
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user