GStreamer multimedia framework
Find a file
Mathieu Duponchelle c04bb945b0 overrides: fix callback setter overrides (bis)
The previous commit broke those by trying to pass weak refs
through pygobject, but we should probably have tested the elements
beyond instantiation: weakref.WeakMethod returns a callable, but
that callable when called only returns the ephemeral bound method,
which is the object we want to call, but pygobject has no support
for that.

Instead, fix the memory leaks we were going after by decoupling the
lifecycle of the callback and that of the pad, by passing functors
to pygobject.
2019-09-02 18:42:39 +02:00
common@59cb678164 Update common submodule 2018-12-05 18:43:14 -03:00
examples Examples: add audiotestsrc plugin example 2018-07-29 20:06:09 +02:00
gi overrides: fix callback setter overrides (bis) 2019-09-02 18:42:39 +02:00
hooks meson: Setup pre-commit hooks when configuring 2016-09-30 11:39:21 -03:00
old_examples Move old example to a dedicated folder so user know it is no up to date 2014-06-06 10:35:46 +02:00
plugin meson: expose plugins variable 2019-05-26 16:20:08 +02:00
testsuite suppr: Add a supression on wrong jump in python from fedora 30 2019-08-08 10:58:06 -04:00
.gitignore Add /build and install to the gitignore 2017-03-24 13:28:35 -04:00
.gitlab-ci.yml Add Gitlab CI configuration 2018-11-12 13:26:58 +02:00
.gitmodules Update git locations to gitlab 2018-11-05 05:51:05 +00:00
acinclude.m4 Reimplement gstpython plugin on top of PyGobject 2014-06-06 10:28:58 +02:00
AUTHORS distcheck and final release prep fixes 2003-07-10 04:27:47 +00:00
autogen.sh autogen.sh: update to match updated common submodule 2018-12-30 23:53:03 +00:00
ChangeLog Release 1.16.0 2019-04-19 00:37:16 +01:00
configure.ac Back to development 2019-04-19 11:00:07 +01:00
COPYING Fix zip code of new FSF address 2013-12-12 11:35:41 +00:00
env gst/: Update for core changes. 2005-09-02 16:21:45 +00:00
gst-python.doap Release 1.16.0 2019-04-19 00:37:16 +01:00
Makefile.am meson: address python module port comments 2018-10-31 00:41:03 +01:00
meson.build Back to development 2019-04-19 11:00:07 +01:00
meson_options.txt meson: Re add workarounds to detect libpython path 2019-01-22 17:02:52 -03:00
NEWS Release 1.16.0 2019-04-19 00:37:16 +01:00
pygst.py.in Fix zip code of new FSF address 2013-12-12 11:35:41 +00:00
README distcheck and final release prep fixes 2003-07-10 04:27:47 +00:00
RELEASE Back to development 2019-04-19 11:00:07 +01:00
TODO Update TODO 2019-04-11 15:00:15 -04:00

This file will be autogenerated.  Please read README-docs.