deinterlace: fix typo in mode enum description

This commit is contained in:
Tim-Philipp Müller 2009-11-20 10:30:00 +00:00
parent 9ee0815e85
commit 5908c40405

View file

@ -345,7 +345,7 @@ gst_deinterlace_modes_get_type (void)
static const GEnumValue modes_types[] = {
{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"},
{0, NULL, NULL},
};