Board index » delphi » directshow handle count

directshow handle count


2005-04-27 06:58:04 PM
delphi108
Hi,
I'm using DirectShow to display a playlist of videos (when one video
finishes, the other one starts, ...). However, everytime I open a new video,
the handle count in Windows rises and it never goes down. So after a while
my application freezes.
It uses the video mixing renderer in windowless mode. The DirectX units I
use are Clootie's. Any remarks on what to pay attention to concerning
cleanup of directx interfaces in delphi would be welcome...
cheers
Kevin
 
 

Re:directshow handle count

Maybe ask on the DSPack forum (www.progdigy.com)
kim
Kevin Van den Schoor writes:
Quote
Hi,

I'm using DirectShow to display a playlist of videos (when one video
finishes, the other one starts, ...). However, everytime I open a new video,
the handle count in Windows rises and it never goes down. So after a while
my application freezes.
It uses the video mixing renderer in windowless mode. The DirectX units I
use are Clootie's. Any remarks on what to pay attention to concerning
cleanup of directx interfaces in delphi would be welcome...

cheers
Kevin