mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-06 22:42:35 +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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
s = gst_structure_get_string (structure, "interlaced-mode");
|
s = gst_structure_get_string (structure, "interlace-mode");
|
||||||
if (s) {
|
if (s) {
|
||||||
if (strcmp (s, "progressive") == 0) {
|
if (strcmp (s, "progressive") == 0) {
|
||||||
context->field_order = AV_FIELD_PROGRESSIVE;
|
context->field_order = AV_FIELD_PROGRESSIVE;
|
||||||
|
|
Loading…
Reference in a new issue