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 # License along with this program; if not, write to the
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA. # 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 # SPDX-License-Identifier: LGPL-2.0-or-later
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
import sys import sys
import inspect import inspect

View File

@ -19,10 +19,8 @@
# License along with this program; if not, write to the # License along with this program; if not, write to the
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA. # 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 # SPDX-License-Identifier: LGPL-2.0-or-later
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
from ..overrides import override as override_ from ..overrides import override as override_
from ..module import get_introspection_module from ..module import get_introspection_module
@ -89,4 +87,4 @@ def init():
GstPbutils.pb_utils_init = init GstPbutils.pb_utils_init = init
GstPbutils.init = init GstPbutils.init = init
if Gst.is_initialized(): if Gst.is_initialized():
init() init()

View File

@ -17,10 +17,9 @@
# License along with this program; if not, write to the # License along with this program; if not, write to the
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA. # 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 # SPDX-License-Identifier: LGPL-2.0-or-later
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
""" """
A collection of objects to use for testing A collection of objects to use for testing