search for: pbsrcstream

Displaying 1 result from an estimated 1 matches for "pbsrcstream".

Did you mean: cbsrcstream
2010 Jun 21
1
Question about wine qcap v4l's MediaSampleTime
...pStart/pEnd not setted. in wine/dlls/quartz/videorenderer.c: VideoRenderer_Sample(LPVOID iface, IMediaSample * pSample) --> IMediaSample_GetTime(pSample, &tStart, &tStop) --> use tStart/tStop and current time to judge when to show the sample --> VideoRenderer_SendSampleData(This, pbSrcStream, cbSrcStream); why does OutputPin_GetDeliveryBuffer() set the MediaSample's start and stop reference time both to NULL? Consider this situation, we build a filter graph, use vfwcapture as capture filter, then connect it to any video renderer, of course video render will try to get MediaSample&...