diff --git a/cmd/genbindings/config-allowlist.go b/cmd/genbindings/config-allowlist.go
index f73973e7..cccf2427 100644
--- a/cmd/genbindings/config-allowlist.go
+++ b/cmd/genbindings/config-allowlist.go
@@ -286,6 +286,11 @@ func AllowVirtualForClass(className string) bool {
 		return false
 	}
 
+	// Qt 5 QMultimedia (needs investigation)
+	if className == "QAbstractPlanarVideoBuffer" {
+		return false
+	}
+
 	// Qt 5 QWebkit: undefined reference to typeinfo
 	if className == "QWebNotificationPresenter" {
 		return false