summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.8.1gst-python-1.8.1Sebastian Dröge2016-04-205-791/+49
* Release 1.8.0gst-python-1.8.0Sebastian Dröge2016-03-245-14/+817
* Release 1.7.91gst-python-1.7.91Sebastian Dröge2016-03-155-11/+27
* Release 1.7.90gst-python-1.7.90Sebastian Dröge2016-03-015-12/+70
* NULL-terminate PyMethodDef arrayHanno Boeck2016-02-271-1/+2
* win32: remove outdated build cruftTim-Philipp Müller2016-02-217-467/+0
* Fix bug when checking template object typeThibault Saunier2016-02-201-4/+21
* Back to developmentSebastian Dröge2016-02-191-2/+2
* Release 1.7.2gst-python-1.7.2Sebastian Dröge2016-02-195-12/+46
* gst: Fix a crash when passing wrong type as __templates__Thibault Saunier2016-02-152-5/+6
* Avoid warning about gi.require_version not being calledThibault Saunier2016-02-082-2/+24
* Back to developmentSebastian Dröge2015-12-241-2/+2
* Release 1.7.1gst-python-1.7.1Sebastian Dröge2015-12-245-14/+110
* python: Check return value of g_module_symbol()Sebastian Dröge2015-12-141-3/+2
* python: Don't call Py_DECREF() on NULLSebastian Dröge2015-12-141-1/+2
* pythonplugin: Clean up error handling a bitSebastian Dröge2015-11-161-7/+14
* overrides: also provide wrapper for trace level debug loggingMark Nauwelaerts2015-11-082-0/+9
* overrides: fix a few typos in exception messagesMark Nauwelaerts2015-11-081-2/+2
* examples: Port the sink example to GstBaseSinkThibault Saunier2015-10-281-26/+13
* overrides: chain up to base __init__ in Pad overrideMark Nauwelaerts2015-10-261-1/+2
* Back to developmentThibault Saunier2015-09-251-1/+1
* Release 1.6.0gst-python-1.6.0Thibault Saunier2015-09-255-23/+39
* Back to developmentThibault Saunier2015-06-241-1/+1
* Release 1.5.2gst-python-1.5.2Thibault Saunier2015-06-246-15/+173
* tests: Fix tests in python2Thibault Saunier2015-04-243-10/+26
* tests: Add test_fraction back in the testsuiteThibault Saunier2015-04-242-10/+42
* overrides: Do not use inspect.signature as it is not avalaible in python2Thibault Saunier2015-04-241-11/+10
* test: Bring back the testsuite and test if the initialization override worksThibault Saunier2015-04-2433-290/+213
* overrides: Disable all GStreamer APIs until Gst has been initializedThibault Saunier2015-04-241-0/+59
* Remove INSTALL fileSebastian Dröge2015-04-221-182/+0
* overrides: Try hard to make the query writable in the pad query functionThibault Saunier2015-03-191-3/+29
* plugin: Name differently between python2 and python3Thibault Saunier2015-03-061-1/+1
* Back to developmentThibault Saunier2014-10-201-1/+1
* Release 1.4.0gst-python-1.4.0Thibault Saunier2014-10-205-22/+43
* pythonplugin: Fix compiler warning about unused format string argumentSebastian Dröge2014-10-191-1/+1
* Release 1.3.90gst-python-1.3.90Thibault Saunier2014-09-245-24/+189
* plugin: Do not version the plugin libraryRico Tzschichholz2014-06-101-1/+1
* Move old example to a dedicated folder so user know it is no up to dateThibault Saunier2014-06-0632-0/+0
* Add an example sink element and override the chain and event functions of padsThibault Saunier2014-06-062-0/+70
* Reimplement gstpython plugin on top of PyGobjectThibault Saunier2014-06-065-3/+349
* Update common submoduleThibault Saunier2014-06-051-0/+0
* overrides: Don't pass arguments to Boxed base class __init__() in Gst.Caps ov...Christoph Reiter2014-05-221-0/+3
* python3: apply pep 238 for division overloadLubosz Sarnecki2014-04-011-2/+6
* overrides: Import the _gi_gst module relativeThibault Saunier2014-04-011-1/+1
* Modernize configure.ac a bitSebastian Dröge2014-03-291-6/+6
* Fix automake warningSebastian Dröge2014-03-291-1/+1
* Fix extension of native Python moduleSebastian Dröge2014-03-292-6/+15
* Back to developmentThibault Saunier2014-03-161-2/+2
* Release 1.2.0gst-python-1.2.0Thibault Saunier2014-03-155-416/+226
* We actually depend on python 2.5 not 2.7Thibault Saunier2014-03-151-3/+3