gstreamer/gi/overrides
Thibault Saunier 96ecb22468 Gst.init() has to be called before GstPbutils is imported
This makes sure that we do not try to use GstPbutils before Gst is init
and in case GstPbutils is imported while Gst is not imported, use the
`GstPbutils.pb_utils_init()` function to have the oportunity to
initialize the overrides.

Not that we also introduce a `GstPbutils.init()` variant because
`GstPbutils.pb_utils_init()` is an ugly name.
2019-01-30 15:46:35 -03:00
..
Gst.py Gst.init() has to be called before GstPbutils is imported 2019-01-30 15:46:35 -03:00
gstmodule.c gstmodule: fix warning when building against python2 2018-05-14 07:51:43 -04:00
GstPbutils.py Gst.init() has to be called before GstPbutils is imported 2019-01-30 15:46:35 -03:00
Makefile.am automake: remove __init__.py's 2018-10-28 17:53:08 +01:00
meson.build Tests: refactor testing approach 2018-10-31 00:41:31 +01:00