cplussharp / graph-studio-next

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

analyzer filter doesn't pass messages through #287

Open rdp opened 8 years ago

rdp commented 8 years ago

As a note, for instance in a BDA TV graph, after the "run" button is hit, the formats change a bit across the graph (basically image size changes, etc.) as far as I can tell the "Analyzer" filter doesn't pass these dynamic format change requests down to the next filter, so graph behaves a bit differently with and without the analyzer filter in it (calls to ReceiveConnection in the image). If that makes sense. Cheers!

receive connection

rdp commented 8 years ago

(as a side note, it would be awesome if "You're welcome to submit bugs and feature requests or just comment whether you like or hate the application." in the readme told us where to submit bugs, I assume this is the right place, for instance :)

Also nice would be, in the Analyzer filter, if it printed out what type of media was passed in, for instance to any call that takes an AM_MEDIA_TYPE like ReceiveConnection for instance). Cheers!