diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-02-10 12:55:18 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-02-18 20:40:01 +0100 |
commit | d0a527ec09516bc7215baf229adb90cd21ffa27a (patch) | |
tree | 2ce0dc20f847e8d14805ce70f466606cf60e4840 /compilerplugins | |
parent | 4da31ebb064d13f5bb180b5b3b689375246ddc00 (diff) |
first cut at using Gtk4 built in video playback
Change-Id: Ib996cd3f5ddbf20a81cdbe4b1c6546d6df478fde
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129783
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/reservedid.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compilerplugins/clang/reservedid.cxx b/compilerplugins/clang/reservedid.cxx index a5790849f02b..69f5da564eec 100644 --- a/compilerplugins/clang/reservedid.cxx +++ b/compilerplugins/clang/reservedid.cxx @@ -209,6 +209,10 @@ bool ReservedId::VisitNamedDecl(NamedDecl const * decl) { // vcl/unx/gtk/xid_fullscreen_on_all_monitors.c && s != "_GstVideoOverlay" // avmedia/source/gstreamer/gstplayer.hxx + && s != "_GtkMediaStream" + // avmedia/source/gtk/gtkplayer.hxx + && s != "_GtkWidget" + // avmedia/source/gtk/gtkplayer.hxx && s != "_Module" // extensions/source/activex/StdAfx2.h, CComModule && s != "_NotifyingLayout" // vcl/unx/gtk4/notifyinglayout.cxx && s != "_SurfacePaintable" // vcl/unx/gtk3/gtkinst.cxx |