cplussharp / graph-studio-next

GraphStudioNext is a tool for developers to build and test DirectShow Graphs
354 stars 94 forks source link

Display IPin::QueryInternalConnections result in Pin PropertyPage #300

Closed cplussharp closed 7 years ago

cplussharp commented 7 years ago

Display the result of the call to IPin::QueryInternalConnections in the Pin Property Page. Just for completeness. :)

cplussharp commented 7 years ago

fixed in 675d20264e0c9d00bfdc0d15205132354641f3b1 and a test implementation in 9f644ddf325e60833a9b9ba9a4b820c9cace2d4d because no filter seems to implement this function. (which is correct when all input pins are connected to all output pins)