Displaying 3 results from an estimated 3 matches for "connectdirect".
2010 Apr 14
1
Cannot connect matroska splitter to theora encoder
...;
http://www.matroska.org/downloads/windows.html)
And I use the xiph theroa encoder directshow filter version 0.82.16930
The graph I try to create looks like :
fileReader -> Matroska Splitter -> theoraEncoder.
When I try to connect theora Encoder to the Matroska splitter the
ConnectDirect() method returns an error Code (0x80040207) which is
interpreted as
"There is no common media type between theses two pins"
And here is the issue : My guess is there should be a common media type.
When I inspect the different media type the matroska splitter can return
(using th...
2020 Feb 28
0
Wine release 5.3
...state in d3d8_device_SetVertexShader().
winegstreamer: Decommit the source allocator when cleaning up the stream.
strmbase/renderer: Return S_FALSE when pausing the stream if approprate.
quartz/tests: Add a test for cyclic connections.
quartz/filtergraph: Use IFilterGraph2::ConnectDirect() instead of calling IPin::Connect().
quartz/filtergraph: Maintain a topologically sorted list of filters.
quartz/filtergraph: Don't check for cyclic connections in IFilterGraph2::Connect().
quartz/filtergraph: Iterate over all filters in state change methods.
qasf/dmowr...
2008 Jun 27
0
Wine release 1.1.0
...r.
quartz: Create thread after connection is made.
quartz: Make the memory allocator emit more warnings and fix race condition.
quartz: Downgrade a fixme to a warn in dsoundrender.
quartz: Make removing filters work slightly better.
quartz: Make FilterGraph_Connect and ConnectDirect behave better.
quartz: Fix Render and RenderFile.
Marcus Meissner (2):
ws2_32/tests: Initialize memory to send.
ws2_32/tests: Initialize buffer to avoid valgrind warning.
Michael Karcher (1):
ddraw: Ensure to load wined3d before attempting to create a clipper.
Michael Ste...