From 4018787a3cc01d632fdca7891ac8aa9487110c26 Mon Sep 17 00:00:00 2001 From: Cristian Maureira-Fredes Date: Thu, 6 Dec 2018 12:03:56 +0100 Subject: Revert QAbstractVideoSurface patch This will re-open PYSIDE-794, but it was a wrong solution that was breaking the other setVideoOutput signatures, causing a sefault on the `player` example. Change-Id: I31d7449ff11e4e44e8494b98d7e9ec58a636c8e4 Fixes: PYSIDE-864 Reviewed-by: Friedemann Kleint --- .../PySide2/QtMultimedia/typesystem_multimedia_common.xml | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'sources/pyside2/PySide2/QtMultimedia/typesystem_multimedia_common.xml') diff --git a/sources/pyside2/PySide2/QtMultimedia/typesystem_multimedia_common.xml b/sources/pyside2/PySide2/QtMultimedia/typesystem_multimedia_common.xml index 6fe90ccb9..5486fb157 100644 --- a/sources/pyside2/PySide2/QtMultimedia/typesystem_multimedia_common.xml +++ b/sources/pyside2/PySide2/QtMultimedia/typesystem_multimedia_common.xml @@ -302,17 +302,6 @@ %END_ALLOW_THREADS - - - - - - %BEGIN_ALLOW_THREADS - QObject* upcastedArg = %CONVERTTOCPP[QObject*](%PYARG_1); - %CPPSELF.%FUNCTION_NAME(reinterpret_cast< %ARG1_TYPE >(upcastedArg)); - %END_ALLOW_THREADS - - -- cgit v1.2.3