Commit 3fb3231a authored by Christian Strømme's avatar Christian Strømme Committed by Christian Stromme
Browse files

DirectShow: Release all filters when disconnecting the graph.


When disconnecting the graph we need to make sure that all the filters
in the graph are released, even the ones that are automatically added.
Since we can't know in advance which filters the graph consists of, we
need release them one by one.

Task-number: QTBUG-49281
Change-Id: Ifdf2fb6fe1c90ab85b47565c5fe82b6ebe55b183
Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Reviewed-by: default avatarYoann Lopes <yoann.lopes@theqtcompany.com>
parent 6569c256
Branches
Tags
No related merge requests found
Showing with 13 additions and 3 deletions
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