Thibault Saunier 2021-11-15 22:09:28 -03:00
parent 74957bfd50
commit 3729704132
3 changed files with 8 additions and 13 deletions

View file

@ -19,10 +19,8 @@
# License along with this program; if not, write to the
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# SPDX-License-Identifier: LGPL-2.0-or-later
import sys
import inspect

View file

@ -19,10 +19,8 @@
# License along with this program; if not, write to the
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# SPDX-License-Identifier: LGPL-2.0-or-later
from ..overrides import override as override_
from ..module import get_introspection_module
@ -89,4 +87,4 @@ def init():
GstPbutils.pb_utils_init = init
GstPbutils.init = init
if Gst.is_initialized():
init()
init()

View file

@ -17,10 +17,9 @@
# License along with this program; if not, write to the
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# SPDX-License-Identifier: LGPL-2.0-or-later
"""
A collection of objects to use for testing