mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +00:00
deinterlace: fix assigned method_id when using fallback
https://bugzilla.gnome.org/show_bug.cgi?id=642691
This commit is contained in:
parent
45ea930a99
commit
32f757786b
1 changed files with 1 additions and 0 deletions
|
@ -286,6 +286,7 @@ gst_deinterlace_set_method (GstDeinterlace * self, GstDeinterlaceMethods method)
|
||||||
self->height)) {
|
self->height)) {
|
||||||
GST_DEBUG_OBJECT (self, "Using method %d", i);
|
GST_DEBUG_OBJECT (self, "Using method %d", i);
|
||||||
method_type = tmp;
|
method_type = tmp;
|
||||||
|
method = i;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue