mirror of
https://github.com/reactos/reactos.git
synced 2025-04-17 19:27:00 +00:00
[STRMBASE] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70836
This commit is contained in:
parent
284bfcc823
commit
a91cef7070
2 changed files with 3 additions and 1 deletions
2
reactos/lib/3rdparty/strmbase/transform.c
vendored
2
reactos/lib/3rdparty/strmbase/transform.c
vendored
|
@ -347,6 +347,8 @@ HRESULT WINAPI TransformFilterImpl_Stop(IBaseFilter * iface)
|
|||
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);
|
||||
|
||||
|
|
|
@ -250,7 +250,7 @@ In addition the following libs, dlls and source files are mostly based on code p
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue