In our C # .NET application, we have two DirectShow filter graphs, each of which shows a video device and one audio device. Whenever filters are filtered, the system time slows down by about 4-6 seconds per minute ... Graphs do not encode anything, just displaying what comes from the sources.
This just happens in the application, not in GraphEdit.
What could lead to this behavior? and what can we do against it?
source
share