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
@ -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…
x
Reference in New Issue
Block a user