diff -r 735348f59235 -r 948c7f65f6d4 mmlibs/mmfw/src/Client/Video/mmfclientvideoplayer2.cpp --- a/mmlibs/mmfw/src/Client/Video/mmfclientvideoplayer2.cpp Tue Aug 31 16:43:06 2010 +0300 +++ b/mmlibs/mmfw/src/Client/Video/mmfclientvideoplayer2.cpp Wed Sep 01 12:38:50 2010 +0100 @@ -1,4 +1,4 @@ -// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of "Eclipse Public License v1.0" @@ -119,9 +119,12 @@ } /** -Removes a window that is currently being used to display the video picture. The window must +Removes a window that is currently being used to display the video picture. The window must have previously been added with AddDisplayWindowL(). +Note Depending on underlying implementation it may also remove any graphics resources associated +with video playback on this window. + This method cannot fail. If the window has not been added with AddDisplayWindowL(), the method call will be ignored.