Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

video renderer - not repaint

Status
Not open for further replies.

mchg

Programmer
Apr 16, 2003
1
RO
I've created a source filter that receives the packets from network and I connected with the decoder + video render. Everything work fine (if I can say that), except one - I don't see anything if I don't repaint the render's window.)
My filter exposes the IAMFilterMiscFlags, and the pin IAMPushSource and I call:
pGraphStream->SyncUsingStreamOffset ( FALSE );
pIMediaFilter->SetSyncSource( NULL ); // !reference clock

I return E_NOTIMPL from all IAMPushSource methods and at
GetMiscFlags( void){
return AM_FILTER_MISC_FLAGS_IS_SOURCE;
}
Does someone meet this problem and give me some help?

Tks,
Mchg



 
Had this problem before I think, I think the VMR7 requires that the video comes with a timestamp for each frame.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top