summaryrefslogtreecommitdiff
path: root/plugin
AgeCommit message (Expand)Author
2015-03-06plugin: Name differently between python2 and python3Thibault Saunier
2014-10-19pythonplugin: Fix compiler warning about unused format string argumentSebastian Dröge
2014-06-10plugin: Do not version the plugin libraryRico Tzschichholz
2014-06-06Reimplement gstpython plugin on top of PyGobjectThibault Saunier
2012-07-30Keep only the testsuite as we are now using GObject Introspection for bindingsThibault Saunier
2010-10-27plugin: Fix build on MSVCDavid Hoyt
2010-08-30plugin: fix spurious exceptions in pygst_require. Fixes #624592.Leo Singer
2010-08-30plugin: refresh the plugin registry when plugins change.Leo Singer
2010-08-27plugin: call pygtk.require("2.0") before importing pygobject. Fixes #623105.Alessandro Decina
2010-08-27plugin: remove an unneeded PyType_Check call. Makes it work on centos for real.Alessandro Decina
2010-08-26plugin: declare _PyGstElement_Type as void*.Alessandro Decina
2010-08-26Make the plugin loader work on OSX with the standard python install.Alessandro Decina
2010-08-26plugin: don't link to libpythonAlessandro Decina
2010-08-26plugin: refactor the initialization code.Alessandro Decina
2010-08-25plugin: check for _Py_NoneStruct instead of Py_None.Alessandro Decina
2009-05-22gstpythonplugin: Don't use pyg_gil_* in pure python. Fixes #583378Edward Hervey
2009-04-18gstpythonplugin: Use strcmp for old glib. Fixes #579383Edward Hervey
2009-04-12registry: fix deadlock with recursive registry scanning.Edward Hervey
2009-02-27plugin: Don't import modules that were already imported.Edward Hervey
2009-02-20Plugin Loader: Don't register non-gstElement subclassesEdward Hervey
2009-02-09plugin/Makefile.am : Remove commented linesEdward Hervey
2009-02-09Python plugin loader implementation.Edward Hervey