summaryrefslogtreecommitdiffstats
path: root/src/multimedia/video/qabstractvideobuffer.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2021-03-12 14:50:47 +0100
committerLars Knoll <lars.knoll@qt.io>2021-03-23 13:54:07 +0000
commit5f7fcbbec9e5640b2ab017c54f35a9379c502343 (patch)
tree235f2800a257213dfde192c21db28d4bde538e8c /src/multimedia/video/qabstractvideobuffer.cpp
parentcf77c744aa495ee3e8a93cf403b78c8ee4f8f999 (diff)
Remove unused handle types in QVideoFrame
Change-Id: Ia8926ba6633e4aff07e7dff25862c1107a788695 Reviewed-by: Doris Verria <doris.verria@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/multimedia/video/qabstractvideobuffer.cpp')
-rw-r--r--src/multimedia/video/qabstractvideobuffer.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/multimedia/video/qabstractvideobuffer.cpp b/src/multimedia/video/qabstractvideobuffer.cpp
index 2063a951b..bb33ad63f 100644
--- a/src/multimedia/video/qabstractvideobuffer.cpp
+++ b/src/multimedia/video/qabstractvideobuffer.cpp
@@ -81,11 +81,7 @@ QT_BEGIN_NAMESPACE
\value NoHandle The buffer has no handle, its data can only be accessed by mapping the buffer.
\value GLTextureHandle The handle of the buffer is an OpenGL texture ID.
\value MTLTextureHandle The handle of the buffer is an Metal texture ID.
- \value XvShmImageHandle The handle contains pointer to shared memory XVideo image.
- \value CoreImageHandle The handle contains pointer to \macos CIImage.
\value QPixmapHandle The handle of the buffer is a QPixmap.
- \value EGLImageHandle The handle of the buffer is an EGLImageKHR.
- \value UserHandle Start value for user defined handle types.
\sa handleType()
*/