Commit 9a317e5c authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

qcap: Call the right method to clean up the video capture stream.

parent 417654b1
......@@ -85,7 +85,7 @@ static void vfw_capture_destroy(struct strmbase_filter *iface)
if (filter->init)
{
if (filter->filter.state != State_Stopped)
filter->device->ops->stop_stream(filter->device);
filter->device->ops->cleanup_stream(filter->device);
filter->device->ops->destroy(filter->device);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment