summaryrefslogtreecommitdiff
path: root/plugin/gstpythonplugin.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-24Fix distcheck by setting up overrides in plugin initThibault Saunier1-0/+17
2020-01-07plugin: Also look at GST_PLUGIN_PATH_1_0Olivier Crête1-2/+6
2019-11-28python: Fix type type qualifiers issuesThibault Saunier1-1/+1
2018-02-14Print Python version after initializationSebastian Dröge1-0/+2
2018-02-14pluginloader: Print Python library path that is tried to be loadedSebastian Dröge1-4/+4
2017-07-29plugin: Always initialize GIL stateThibault Saunier1-1/+1
2016-09-05build: Remove unused variablesThibault Saunier1-4/+0
2016-02-08Avoid warning about gi.require_version not being calledThibault Saunier1-1/+16
2015-12-14python: Check return value of g_module_symbol()Sebastian Dröge1-3/+2
2015-12-14python: Don't call Py_DECREF() on NULLSebastian Dröge1-1/+2
2015-11-16pythonplugin: Clean up error handling a bitSebastian Dröge1-7/+14
2014-10-19pythonplugin: Fix compiler warning about unused format string argumentSebastian Dröge1-1/+1
2014-06-06Reimplement gstpython plugin on top of PyGobjectThibault Saunier1-0/+304
2012-07-30Keep only the testsuite as we are now using GObject Introspection for bindingsThibault Saunier1-426/+0
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 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-09Python plugin loader implementation.Edward Hervey1-0/+370