summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-19Release 1.8.31.8.31.8Sebastian Dröge5-83/+46
2016-06-09Release 1.8.21.8.2Sebastian Dröge5-24/+46
2016-04-20Release 1.8.11.8.1Sebastian Dröge5-791/+49
2016-03-24Release 1.8.01.8.0Sebastian Dröge5-14/+817
2016-03-15Release 1.7.911.7.91Sebastian Dröge5-11/+27
2016-03-01Release 1.7.901.7.90Sebastian Dröge5-12/+70
2016-02-27NULL-terminate PyMethodDef arrayHanno Boeck1-1/+2
2016-02-21win32: remove outdated build cruftTim-Philipp Müller7-467/+0
2016-02-20Fix bug when checking template object typeThibault Saunier1-4/+21
2016-02-19Back to developmentSebastian Dröge1-2/+2
2016-02-19Release 1.7.21.7.2Sebastian Dröge5-12/+46
2016-02-15gst: Fix a crash when passing wrong type as __templates__Thibault Saunier2-5/+6
2016-02-08Avoid warning about gi.require_version not being calledThibault Saunier2-2/+24
2015-12-24Back to developmentSebastian Dröge1-2/+2
2015-12-24Release 1.7.11.7.1Sebastian Dröge5-14/+110
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
2015-11-08overrides: also provide wrapper for trace level debug loggingMark Nauwelaerts2-0/+9
2015-11-08overrides: fix a few typos in exception messagesMark Nauwelaerts1-2/+2
2015-10-28examples: Port the sink example to GstBaseSinkThibault Saunier1-26/+13
2015-10-26overrides: chain up to base __init__ in Pad overrideMark Nauwelaerts1-1/+2
2015-09-25Back to developmentThibault Saunier1-1/+1
2015-09-25Release 1.6.01.6.0Thibault Saunier5-23/+39
2015-06-24Back to developmentThibault Saunier1-1/+1
2015-06-24Release 1.5.21.5.2Thibault Saunier6-15/+173
2015-04-24tests: Fix tests in python2Thibault Saunier3-10/+26
2015-04-24tests: Add test_fraction back in the testsuiteThibault Saunier2-10/+42
2015-04-24overrides: Do not use inspect.signature as it is not avalaible in python2Thibault Saunier1-11/+10
2015-04-24test: Bring back the testsuite and test if the initialization override worksThibault Saunier33-290/+213
2015-04-24overrides: Disable all GStreamer APIs until Gst has been initializedThibault Saunier1-0/+59
2015-04-22Remove INSTALL fileSebastian Dröge1-182/+0
2015-03-19overrides: Try hard to make the query writable in the pad query functionThibault Saunier1-3/+29
2015-03-06plugin: Name differently between python2 and python3Thibault Saunier1-1/+1
2014-10-20Back to developmentThibault Saunier1-1/+1
2014-10-20Release 1.4.01.4.0Thibault Saunier5-22/+43
2014-10-19pythonplugin: Fix compiler warning about unused format string argumentSebastian Dröge1-1/+1
2014-09-24Release 1.3.901.3.90Thibault Saunier5-24/+189
2014-06-10plugin: Do not version the plugin libraryRico Tzschichholz1-1/+1
2014-06-06Move old example to a dedicated folder so user know it is no up to dateThibault Saunier32-0/+0
2014-06-06Add an example sink element and override the chain and event functions of padsThibault Saunier2-0/+70
2014-06-06Reimplement gstpython plugin on top of PyGobjectThibault Saunier5-3/+349
2014-06-05Update common submoduleThibault Saunier1-0/+0
2014-05-22overrides: Don't pass arguments to Boxed base class __init__() in Gst.Caps ov...Christoph Reiter1-0/+3
2014-04-01python3: apply pep 238 for division overloadLubosz Sarnecki1-2/+6
2014-04-01overrides: Import the _gi_gst module relativeThibault Saunier1-1/+1
2014-03-29Modernize configure.ac a bitSebastian Dröge1-6/+6
2014-03-29Fix automake warningSebastian Dröge1-1/+1
2014-03-29Fix extension of native Python moduleSebastian Dröge2-6/+15
2014-03-16Back to developmentThibault Saunier1-2/+2