alex bd - 2010-01-15

Hi
I would like to ask for you help one more time with gmfbridge.
What I am trying to do is to put overlay with gmfbridge. I succeed to put some
overlay. but when I added 2 films and played them 2 windows are opend. and the
films are playing parallel and not sequential. Here is the code in general.

Capture tt = new Capture(); // this class is from dxText exampl for adding
overlay filters
IGraphBuilder m_pGraph = tt.SetupGraph(path, null);// i have returned a
filtergraph with overlay //filters// just adss filter to filtergraph
int hr= pController.InsertSinkFilter(m_pGraph, out m_pSinkFilter);// add sink
filter
m_pRenderGraph = new FilterGraph() as IGraphBuilder;

m_pController.InsertSourceFilter(pClip.SinkFilter(), m_pRenderGraph, out
m_pRenderGraphSourceFilter);// add sours filter

m_pRenderGraph.Run();

When I start playing I am getting 2 windows opened with overlay. Can you help
me to get them in one windoe. It is very important for my project. Is it
posible to add overlay to gmfbridge?