Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
1.3.0
-
None
-
Windows XP and 7, Qt 4.8.4
Description
The attached patch fixes some problems in the DirectShow code for the multimedia plugin. The main change is that instead of explicitly deleting the VideoSurfaceFilter it will just Release() the references and let it delete itself when the refcount reaches zero. Otherwise it will end up being deleted way too soon and other components may try accessing it though the bad pointers and crashes will happen.