mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
validate: Fix warning when importing GstPbutils
PyGObject triggers warnings when importing modules without an explicit version request. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4932>
This commit is contained in:
parent
53e48ce14d
commit
e92dea5ce6
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ import tempfile
|
|||
|
||||
gi.require_version("Gst", "1.0")
|
||||
gi.require_version("GES", "1.0")
|
||||
gi.require_version("GstPbutils", "1.0")
|
||||
|
||||
from gi.repository import Gst # noqa
|
||||
from gi.repository import GstPbutils # noqa
|
||||
|
|
Loading…
Reference in a new issue