mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
avcodecmap: It's interlace-mode, not interlaced-mode
This commit is contained in:
parent
3423d0f553
commit
2c38c99a86
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue