deinterlace: fix assigned method_id when using fallback

https://bugzilla.gnome.org/show_bug.cgi?id=642691
This commit is contained in:
Robert Swain 2011-01-24 12:18:39 +01:00 committed by Tim-Philipp Müller
parent 45ea930a99
commit 32f757786b

View file

@ -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;
} }
} }