invtelecine: Fix name of 30p/60i pattern
authorDavid Schleef <ds@schleef.org>
Sun, 19 Sep 2010 02:25:49 +0000 (19:25 -0700)
committerDavid Schleef <ds@schleef.org>
Sun, 19 Sep 2010 02:27:07 +0000 (19:27 -0700)
gst/invtelecine/gstinvtelecine.c

index cd61f15..50daab9 100644 (file)
@@ -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,}},
 };