mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 03:52:25 +00:00
debug-viewer: explicitely require GTK+3
This commit is contained in:
parent
016449a53c
commit
ae13b16205
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ import logging
|
||||||
|
|
||||||
import gi
|
import gi
|
||||||
|
|
||||||
|
gi.require_version('Gtk', '3.0')
|
||||||
from gi.repository import GObject
|
from gi.repository import GObject
|
||||||
from gi.repository import Gtk
|
from gi.repository import Gtk
|
||||||
from gi.repository import Gdk
|
from gi.repository import Gdk
|
||||||
|
|
Loading…
Reference in a new issue