Author: akhaldi
Date: Tue Mar 1 13:41:22 2016
New Revision: 70836
URL:
http://svn.reactos.org/svn/reactos?rev=70836&view=rev
Log:
[STRMBASE] Sync with Wine Staging 1.9.4. CORE-10912
Modified:
trunk/reactos/lib/3rdparty/strmbase/transform.c
trunk/reactos/media/doc/README.WINE
Modified: trunk/reactos/lib/3rdparty/strmbase/transform.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/3rdparty/strmbase/tran…
==============================================================================
--- trunk/reactos/lib/3rdparty/strmbase/transform.c [iso-8859-1] (original)
+++ trunk/reactos/lib/3rdparty/strmbase/transform.c [iso-8859-1] Tue Mar 1 13:41:22 2016
@@ -347,6 +347,8 @@
This->filter.state = State_Stopped;
if (This->pFuncsTable->pfnStopStreaming)
hr = This->pFuncsTable->pfnStopStreaming(This);
+ if (SUCCEEDED(hr))
+ hr =
BaseOutputPinImpl_Inactive(impl_BaseOutputPin_from_IPin(This->ppPins[1]));
}
LeaveCriticalSection(&This->csReceive);
Modified: trunk/reactos/media/doc/README.WINE
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/media/doc/README.WINE?rev=…
==============================================================================
--- trunk/reactos/media/doc/README.WINE [iso-8859-1] (original)
+++ trunk/reactos/media/doc/README.WINE [iso-8859-1] Tue Mar 1 13:41:22 2016
@@ -250,7 +250,7 @@
from Winehq CVS. If you are looking to update something in these files
check Wine current sources first as it may already be fixed.
-reactos/lib/3rdparty/strmbase # Synced to WineStaging-1.7.55
+reactos/lib/3rdparty/strmbase # Synced to WineStaging-1.9.4
reactos/lib/rtl/actctx.c # Partly synced with WineStaging-1.7.55
reactos/lib/rtl/timerqueue.c # Partly synced with WineStaging-1.7.55