5

GraphEdit only works for DirectShow, and not for topologies built using MediaFoundation.

Is there a similar tool as GraphEdit for MediaFoundation?

Steven Jeuris
  • 18,274
  • 9
  • 70
  • 161

2 Answers2

7

Similarly to GraphEdit, TopoEdit is a visual tool for building and testing MediaFoundation topologies.

TopoEdit is available in the Windows SDK, starting with the Windows SDK for Windows Server 2008 (remember to tick Tools checkbox).

By default it installs to: C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin

mirh
  • 514
  • 8
  • 14
Steven Jeuris
  • 18,274
  • 9
  • 70
  • 161
  • 1
    Note that TopoEdit lacks a critical feature: the ability to connect to an external graph in order to debug code that you write. To debug Media Foundation Code that you write, you will need to become familiar with MFTRACE. See Roman Ryltsov's answer, here: http://stackoverflow.com/questions/21151028/can-topoedit-be-used-to-load-a-topology-for-a-session-created-by-my-application – SteveS Apr 23 '14 at 16:40
1

If you install the newest Windows SDK. You can find the TopoEdit sample code in:

Microsoft SDKs\Windows\v7.0\Samples\Multimedia\MediaFoundation
Ian Boyd
  • 246,734
  • 253
  • 869
  • 1,219
ayuppie
  • 45
  • 6