deinterlace: fix description of linear interlacing method

This commit is contained in:
Tim-Philipp Müller 2016-04-22 15:48:08 +01:00
parent dd9bfd03ec
commit 4ba6214d3a

View file

@ -148,7 +148,7 @@ static const GEnumValue methods_types[] = {
"greedyh"},
{GST_DEINTERLACE_GREEDY_L, "Motion Adaptive: Simple Detection", "greedyl"},
{GST_DEINTERLACE_VFIR, "Blur Vertical", "vfir"},
{GST_DEINTERLACE_LINEAR, "Television: Full resolution", "linear"},
{GST_DEINTERLACE_LINEAR, "Linear", "linear"},
{GST_DEINTERLACE_LINEAR_BLEND, "Blur: Temporal (Do Not Use)",
"linearblend"},
{GST_DEINTERLACE_SCALER_BOB, "Double lines", "scalerbob"},