mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 22:05:58 +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
|
||||
|
||||
gi.require_version('Gtk', '3.0')
|
||||
from gi.repository import GObject
|
||||
from gi.repository import Gtk
|
||||
from gi.repository import Gdk
|
||||
|
|
Loading…
Reference in a new issue