diff -r b6488ac24ddc -r 1cbb0d5bf7f2 mmlibs/mmfw/src/Client/Video/mmfclientvideoplayer2.cpp --- a/mmlibs/mmfw/src/Client/Video/mmfclientvideoplayer2.cpp Wed Sep 08 17:15:23 2010 +0100 +++ b/mmlibs/mmfw/src/Client/Video/mmfclientvideoplayer2.cpp Thu Sep 16 18:39:58 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.