Displaying 3 results from an estimated 3 matches for "imediasampl".
Did you mean:
imediasample
2010 Jun 21
1
Question about wine qcap v4l's MediaSampleTime
in wine/dlls/qcap/v4l.c:
ReadThread()
--> OutputPin_GetDeliveryBuffer((OutputPin *)capBox->pOut, &pSample, NULL, NULL, 0);
--> IMediaSample_SetTime(*ppSample, tStart, tStop);
in wine/dlls/quartz/memallocator.c:
StdMediaSample2_GetTime(IMediaSample2 * iface, REFERENCE_TIME * pStart, REFERENCE_TIME * pEnd)
--> if tstart/stop is NULL, leave pStart/pEnd not setted.
in wine/dlls/quartz/videorenderer.c:
VideoRenderer_Sample(LPVOID ifac...
2005 Sep 21
2
Theora freezes when with multiple video screens
Hello.
I have a problem with theora when using 2 video screens. The second is
connected to the dvi output of the video card. When I watch the video,
I move the renderer to the other screen and video still remains black,
or freezes, for a while.
Considerer this test : construct a graph DirectShow using GraphEdit like this :
- Webcam filter
- Theora Encoder
- Theora Decoder
- Video Renderer
Run
2013 Mar 15
0
Wine release 1.5.26
...essandro Pignotti (4):
strmbase: Remove code duplicated by every user of ISeekingPassThruImpl.
qedit: Implement IMediaSeeking and IMediaPosition in sample grabber.
quartz: The filter graph manager should handle GetCurrentPosition itself.
strmbase: Frame scheduling should use IMediaSample::GetTime.
Alexandre Julliard (22):
vbscript: Tweak enum macros to avoid confusing winapi_extract.
gdi32: Store the font stat information when loading it.
gdi32: Increment the face refcount when loading the same font file multiple times.
winex11: Explicitly set the border p...