GraphEditPlus helps DirectShow application developers in editing graphs. This program allows you to load and save .grf files compatible with MS GraphEdit. It can also connect to remote graphs (in ROT - Running Objects Table); all graphs in GraphEditPlus are always available in ROT.
v1.5 [Dec 30, 2015]
Doesn't require administrator rights to run anymore.
Fixed problem with running unregistered 32-bit version on Windows 8.
Generated C code compiles fine in both Unicode and MBCS modes.
DMO filters are created in generated code differently (the right way).
Fixed problem with not fully releasing filters when they are deleted from a graph.
State (settings) of a filter can be exported to C code to be loaded in your app.
Since recent versions of Windows SDK don't include definitions for Sample Grabber, we provide them in an .h file for generated C code.
Other minor bugfixes and changes.