aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2011-12-09 17:50:32 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:56:21 -0300
commit879e4bb14d1e17bb34c3793f5e33d7b82563a3f7 (patch)
treeca9628073b7eb352ed77cbb22f13ed3e72749784
parent6575ac8d39281c1694238fe5341311b27bf24924 (diff)
Removed the QAbstractVideoBuffer::map method.
-rw-r--r--PySide/QtMultimedia/typesystem_multimedia.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/PySide/QtMultimedia/typesystem_multimedia.xml b/PySide/QtMultimedia/typesystem_multimedia.xml
index 04e064bb1..b1a684fd3 100644
--- a/PySide/QtMultimedia/typesystem_multimedia.xml
+++ b/PySide/QtMultimedia/typesystem_multimedia.xml
@@ -37,6 +37,8 @@
<object-type name="QAbstractVideoBuffer">
<enum-type name="HandleType"/>
<enum-type name="MapMode"/>
+ <modify-function signature="map(QAbstractVideoBuffer::MapMode, int*, int*)" remove="all"/>
+ <!-- TODO: discuss a way to have this working with the virtual method.
<modify-function signature="map(QAbstractVideoBuffer::MapMode, int*, int*)">
<modify-argument index="0">
<replace-type modified-type="PyObject"/>
@@ -51,6 +53,7 @@
<insert-template name="fix_arg,int*,int*"/>
</inject-code>
</modify-function>
+ -->
</object-type>
<object-type name="QAbstractVideoSurface">
<enum-type name="Error"/>