diff -r 613e4e943120 -r b68f3e90dca1 mmlibs/mmfw/src/Client/Video/mmfclientvideoplayer2.cpp --- a/mmlibs/mmfw/src/Client/Video/mmfclientvideoplayer2.cpp Thu Sep 02 22:02:55 2010 +0300 +++ b/mmlibs/mmfw/src/Client/Video/mmfclientvideoplayer2.cpp Fri Sep 17 08:37:57 2010 +0300 @@ -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.