Hi,
I have written an Dummy MF decoder for decoding of MP4 contents. What i am doing is getting MP4 data from MF source transform from the topology and decoding the data using Directshow decoders and rendering it using EVR (Somewhere else where i wanna render)
When i seek then I have seen that MF Source transform is sending Audio and Video data with non matching timestamps due to which my Dshow graph is rendering out of sync.
I know here i should set some Prerolling flags and Discontinuity flags in my Dshow pipeline but My Q is I could get the Discontinuity flag but could not get the Prerolling flag in MF Decoder transform?
How to get that ... Please help ???
~ Richter