index
:
gstreamer/gst-python
0.10
0.11
1.10
1.12
1.14
1.16
1.18
1.2
1.4
1.6
1.8
BRANCH-GSTREAMER-0_8
discontinued-for-monorepo
master
GStreamer Python binding overrides (complementing the bindings provided by python-gi) (mirrored from https://gitlab.freedesktop.org/gstreamer/gst-python)
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugin
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-07
plugin: Also look at GST_PLUGIN_PATH_1_0
Olivier Crête
1
-2
/
+6
2019-11-28
python: Fix type type qualifiers issues
Thibault Saunier
1
-1
/
+1
2019-10-14
Remove autotools build
Tim-Philipp Müller
1
-16
/
+0
2019-05-26
meson: expose plugins variable
Mathieu Duponchelle
1
-0
/
+2
2018-10-28
meson: use new python module
Havard Graff
1
-1
/
+0
2018-02-14
Print Python version after initialization
Sebastian Dröge
1
-0
/
+2
2018-02-14
pluginloader: Print Python library path that is tried to be loaded
Sebastian Dröge
1
-4
/
+4
2018-01-23
Ship meson build system in autotools generated tarballs
Sebastian Dröge
1
-0
/
+3
2017-07-29
plugin: Always initialize GIL state
Thibault Saunier
1
-1
/
+1
2017-05-21
pythonplugin: Rename plugin file to match plugin name
Olivier Crête
2
-6
/
+6
2016-09-05
build: Remove unused variables
Thibault Saunier
1
-4
/
+0
2016-09-05
Add support for Meson as alternative/parallel build system
Thibault Saunier
1
-0
/
+8
2016-02-08
Avoid warning about gi.require_version not being called
Thibault Saunier
1
-1
/
+16
2015-12-14
python: Check return value of g_module_symbol()
Sebastian Dröge
1
-3
/
+2
2015-12-14
python: Don't call Py_DECREF() on NULL
Sebastian Dröge
1
-1
/
+2
2015-11-16
pythonplugin: Clean up error handling a bit
Sebastian Dröge
1
-7
/
+14
2015-03-06
plugin: Name differently between python2 and python3
Thibault Saunier
1
-1
/
+1
2014-10-19
pythonplugin: Fix compiler warning about unused format string argument
Sebastian Dröge
1
-1
/
+1
2014-06-10
plugin: Do not version the plugin library
Rico Tzschichholz
1
-1
/
+1
2014-06-06
Reimplement gstpython plugin on top of PyGobject
Thibault Saunier
2
-0
/
+317
2012-07-30
Keep only the testsuite as we are now using GObject Introspection for bindings
Thibault Saunier
2
-437
/
+0
2010-10-27
plugin: Fix build on MSVC
David Hoyt
1
-1
/
+2
2010-08-30
plugin: fix spurious exceptions in pygst_require. Fixes #624592.
Leo Singer
1
-0
/
+3
2010-08-30
plugin: refresh the plugin registry when plugins change.
Leo Singer
1
-1
/
+3
2010-08-27
plugin: call pygtk.require("2.0") before importing pygobject. Fixes #623105.
Alessandro Decina
1
-1
/
+16
2010-08-27
plugin: remove an unneeded PyType_Check call. Makes it work on centos for real.
Alessandro Decina
1
-2
/
+1
2010-08-26
plugin: declare _PyGstElement_Type as void*.
Alessandro Decina
1
-5
/
+3
2010-08-26
Make the plugin loader work on OSX with the standard python install.
Alessandro Decina
2
-1
/
+2
2010-08-26
plugin: don't link to libpython
Alessandro Decina
1
-1
/
+1
2010-08-26
plugin: refactor the initialization code.
Alessandro Decina
1
-24
/
+36
2010-08-25
plugin: check for _Py_NoneStruct instead of Py_None.
Alessandro Decina
1
-1
/
+1
2009-05-22
gstpythonplugin: Don't use pyg_gil_* in pure python. Fixes #583378
Edward Hervey
1
-2
/
+2
2009-04-18
gstpythonplugin: Use strcmp for old glib. Fixes #579383
Edward Hervey
1
-1
/
+1
2009-04-12
registry: fix deadlock with recursive registry scanning.
Edward Hervey
1
-0
/
+15
2009-02-27
plugin: Don't import modules that were already imported.
Edward Hervey
1
-16
/
+26
2009-02-20
Plugin Loader: Don't register non-gstElement subclasses
Edward Hervey
1
-0
/
+1
2009-02-09
plugin/Makefile.am : Remove commented lines
Edward Hervey
1
-2
/
+0
2009-02-09
Python plugin loader implementation.
Edward Hervey
2
-0
/
+382