Displaying 1 result from an estimated 1 matches for "cbsrcstream".
Did you mean:
pbsrcstream
2010 Jun 21
1
Question about wine qcap v4l's MediaSampleTime
...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's start a...