Commit 9dc2c5cf authored by Aric Stewart's avatar Aric Stewart Committed by Alexandre Julliard

winegstreamer: 4 buffers is insufficient for some mpeg streams.

parent b4a90b0f
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment