avcodecmap: It's interlace-mode, not interlaced-mode
authorSebastian Dröge <sebastian@centricular.com>
Fri, 4 Nov 2016 14:22:07 +0000 (16:22 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 4 Nov 2016 14:22:07 +0000 (16:22 +0200)
ext/libav/gstavcodecmap.c

index 3d64291..c67c1f0 100644 (file)
@@ -2568,7 +2568,7 @@ gst_ffmpeg_caps_to_pixfmt (const GstCaps * caps,
       break;
   }
 
-  s = gst_structure_get_string (structure, "interlaced-mode");
+  s = gst_structure_get_string (structure, "interlace-mode");
   if (s) {
     if (strcmp (s, "progressive") == 0) {
       context->field_order = AV_FIELD_PROGRESSIVE;