Displaying 4 results from an estimated 4 matches for "getmediatyp".
Did you mean:
getmediatype
2012 Nov 01
1
DirectShow PushSource with theora encoder and Ogg muxer filters
...graph is like this:
PushSource Filter --> Theora Encoder --> Ogg Muxer
First of all, Theora encoder filter did not accept connecting to the
PushSource filter due to the restriction for the average time per
frame rate in TheoraEncodeInputPin.cpp file [1]. Because by default
CPushPinDesktop::GetMediaType(int iPosition, CMediaType *pmt) method
in PushSourceDesktop.cpp does not assign a value for average time per
frame, I added the line below;
pvi->AvgTimePerFrame = FPS_10;
FPS_10 is the value I used in m_rtFrameLength(FPS_10) also in the
constructor CPushPinDesktop(HRESULT *phr, CSourc...
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
2018 Mar 02
0
Wine release 3.3
...:
maintainers: Remove myself from a dmusic DLL.
Andrey Gusev (2):
mshtml/tests: Use GetModuleHandleA instead of LoadLibraryA.
gdiplus/tests: Fix copy-paste typos.
Anton Baskanov (10):
amstream: Add stub IPin and IMemInputPin to AMDirectDrawStream.
amstream: Implement GetMediaType for AMDirectDrawStream based on code from mediastreamfilter.c.
amstream: Implement CheckMediaType for AMDirectDrawStream based on code form mediastreamfilter.c.
amstream: Implement AMDirectDrawStream::JoinFilter.
amstream: Add stub IPin and IMemInputPin to AMAudioStream.
am...
2010 Oct 15
0
Wine release 1.3.5
...mbase: Move TransformFilter implementation to strmbase.
strmbase: Move mediaSeeking to strmbase SourceSeeking.
strmbase: Clean up the allocator negotiating for BaseOutputPin.
strmbase: Standardize "class" function into functions tables in the structs.
strmbase: Add GetMediaType and GetMediaTypeVersion to BasePin function table.
strmbase: Remove non-standard custom allocator logic from strmbase.
Aurimas Fi?eras (2):
inetcpl.cpl: Update Lithuanian translation.
taskkill: Update Lithuanian translation.
Austin English (6):
iphlpapi: Remove stray code...