summaryrefslogtreecommitdiff
path: root/plugin
AgeCommit message (Expand)AuthorFilesLines
2010-10-27plugin: Fix build on MSVCDavid Hoyt1-1/+2
2010-08-30plugin: fix spurious exceptions in pygst_require. Fixes #624592.Leo Singer1-0/+3
2010-08-30plugin: refresh the plugin registry when plugins change.Leo Singer1-1/+3
2010-08-27plugin: call pygtk.require("2.0") before importing pygobject. Fixes #623105.Alessandro Decina1-1/+16
2010-08-27plugin: remove an unneeded PyType_Check call. Makes it work on centos for real.Alessandro Decina1-2/+1
2010-08-26plugin: declare _PyGstElement_Type as void*.Alessandro Decina1-5/+3
2010-08-26Make the plugin loader work on OSX with the standard python install.Alessandro Decina2-1/+2
2010-08-26plugin: don't link to libpythonAlessandro Decina1-1/+1
2010-08-26plugin: refactor the initialization code.Alessandro Decina1-24/+36
2010-08-25plugin: check for _Py_NoneStruct instead of Py_None.Alessandro Decina1-1/+1
2009-05-22gstpythonplugin: Don't use pyg_gil_* in pure python. Fixes #583378Edward Hervey1-2/+2
2009-04-18gstpythonplugin: Use strcmp for old glib. Fixes #579383Edward Hervey1-1/+1
2009-04-12registry: fix deadlock with recursive registry scanning.Edward Hervey1-0/+15
2009-02-27plugin: Don't import modules that were already imported.Edward Hervey1-16/+26
2009-02-20Plugin Loader: Don't register non-gstElement subclassesEdward Hervey1-0/+1
2009-02-09plugin/Makefile.am : Remove commented linesEdward Hervey1-2/+0
2009-02-09Python plugin loader implementation.Edward Hervey2-0/+382