From f464ac4d5db49a080fff818c972d405d9f1a1fbc Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sat, 18 Sep 2010 19:25:49 -0700 Subject: [PATCH] invtelecine: Fix name of 30p/60i pattern --- gst/invtelecine/gstinvtelecine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/invtelecine/gstinvtelecine.c b/gst/invtelecine/gstinvtelecine.c index cd61f15cb2..50daab9ea8 100644 --- a/gst/invtelecine/gstinvtelecine.c +++ b/gst/invtelecine/gstinvtelecine.c @@ -560,7 +560,7 @@ static const PulldownFormat formats[] = { /* interlaced */ {"interlaced", 1, {1}}, /* 30p */ - {"2:1", 2, {2}}, + {"2:2", 2, {2}}, /* 24p */ {"3:2", 5, {2, 3,}}, };