winegstreamer: 4 buffers is insufficient for some mpeg streams.

This commit is contained in:
Aric Stewart 2010-11-09 09:44:41 -06:00 committed by Alexandre Julliard
parent b4a90b0fe8
commit 9dc2c5cf0b
1 changed files with 1 additions and 1 deletions

View File

@ -1504,7 +1504,7 @@ static HRESULT WINAPI GSTInPin_ReceiveConnection(IPin *iface, IPin *pReceivePin,
if (!This->pin.pConnectedTo) {
ALLOCATOR_PROPERTIES props;
props.cBuffers = 4;
props.cBuffers = 8;
props.cbBuffer = 16384;
props.cbAlign = 1;
props.cbPrefix = 0;