mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
deinterlace: fix description of linear interlacing method
This commit is contained in:
parent
dd9bfd03ec
commit
4ba6214d3a
1 changed files with 1 additions and 1 deletions
|
@ -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"},
|
||||
|
|
Loading…
Reference in a new issue