overrides: fix callback setter overrides (bis)
[platform/upstream/gstreamer.git] / plugin /
2019-05-26 Mathieu Duponchellemeson: expose plugins variable
2018-10-28 Havard Graffmeson: use new python module
2018-02-14 Sebastian DrögePrint Python version after initialization
2018-02-14 Sebastian Drögepluginloader: Print Python library path that is tried...
2018-01-23 Sebastian DrögeShip meson build system in autotools generated tarballs
2017-07-30 Thibault Saunierplugin: Always initialize GIL state
2017-05-21 Olivier Crêtepythonplugin: Rename plugin file to match plugin name
2016-09-05 Thibault Saunierbuild: Remove unused variables
2016-09-05 Thibault SaunierAdd support for Meson as alternative/parallel build...
2016-02-08 Thibault SaunierAvoid warning about gi.require_version not being called
2015-12-14 Sebastian Drögepython: Check return value of g_module_symbol()
2015-12-14 Sebastian Drögepython: Don't call Py_DECREF() on NULL
2015-11-16 Sebastian Drögepythonplugin: Clean up error handling a bit
2015-03-06 Thibault Saunierplugin: Name differently between python2 and python3
2014-10-19 Sebastian Drögepythonplugin: Fix compiler warning about unused format...
2014-06-10 Rico Tzschichholzplugin: Do not version the plugin library
2014-06-06 Thibault SaunierReimplement gstpython plugin on top of PyGobject
2012-07-30 Thibault SaunierKeep only the testsuite as we are now using GObject...
2010-10-27 David Hoytplugin: Fix build on MSVC
2010-08-30 Leo Singerplugin: fix spurious exceptions in pygst_require. Fixes...
2010-08-30 Leo Singerplugin: refresh the plugin registry when plugins change.
2010-08-27 Alessandro Decinaplugin: call pygtk.require("2.0") before importing...
2010-08-26 Alessandro Decinaplugin: remove an unneeded PyType_Check call. Makes...
2010-08-26 Alessandro Decinaplugin: declare _PyGstElement_Type as void*.
2010-08-26 Alessandro DecinaMake the plugin loader work on OSX with the standard...
2010-08-26 Alessandro DecinaMerge branch 'master' of ssh://git.freedesktop.org...
2010-08-26 Alessandro Decinaplugin: don't link to libpython
2010-08-26 Alessandro Decinaplugin: refactor the initialization code.
2010-08-25 Alessandro Decinaplugin: fix the manual loading of libpythonX.Y.so.
2010-08-25 Alessandro Decinaplugin: check for _Py_NoneStruct instead of Py_None.
2009-05-22 Edward Herveygstpythonplugin: Don't use pyg_gil_* in pure python...
2009-04-18 Jan SchmidtMerge branch 'master' of ssh://git.freedesktop.org...
2009-04-18 Edward Herveygstpythonplugin: Use strcmp for old glib. Fixes #579383
2009-04-15 Thomas Vander SticheleMerge branch 'bz-577735'
2009-04-12 Edward Herveyregistry: fix deadlock with recursive registry scanning.
2009-02-27 Edward Herveyplugin: Don't import modules that were already imported.
2009-02-20 Edward HerveyPlugin Loader: Don't register non-gstElement subclasses
2009-02-09 Edward Herveyplugin/Makefile.am : Remove commented lines
2009-02-09 Edward HerveyPython plugin loader implementation.