Aric Stewart : winegstreamer: 4 buffers is insufficient for some mpeg streams.

Alexandre Julliard julliard at winehq.org
Tue Nov 9 13:13:23 CST 2010


Module: wine
Branch: master
Commit: 9dc2c5cf0b5d04eb7f5a6a5990aee87bc5c5e8da
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=9dc2c5cf0b5d04eb7f5a6a5990aee87bc5c5e8da

Author: Aric Stewart <aric at codeweavers.com>
Date:   Tue Nov  9 09:44:41 2010 -0600

winegstreamer: 4 buffers is insufficient for some mpeg streams.

---

 dlls/winegstreamer/gstdemux.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/winegstreamer/gstdemux.c b/dlls/winegstreamer/gstdemux.c
index 6c37a27..d26f853 100644
--- a/dlls/winegstreamer/gstdemux.c
+++ b/dlls/winegstreamer/gstdemux.c
@@ -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;




More information about the wine-cvs mailing list