summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-09plugin: Name differently between python2 and python31.4Thibault 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
2014-03-15Release 1.2.01.2.0Thibault Saunier5-416/+226
2014-03-15We actually depend on python 2.5 not 2.7Thibault Saunier1-3/+3
2014-03-15overrides: Checking an empty caps should return FalseThibault Saunier1-0/+3
2013-12-12Fix zip code of new FSF addressSimon Farnsworth45-45/+45
2013-12-03Gst: Add python version of GST_TIME_ARGSOlivier Crête1-0/+10
2013-12-03Add *.so to gitignoreOlivier Crête1-0/+1
2013-11-26Update FSF addressSimon Farnsworth45-46/+46
2013-09-30Fix another syntax error with newer Python versionsSebastian Dröge1-1/+1
2013-09-30configure: Fix typoSebastian Dröge1-1/+1
2013-09-30Fix compilation with Python 3.0Sebastian Dröge1-1/+44
2013-09-30configure: Fix Python configure checks to work with all Python versions betwe...Sebastian Dröge1-5/+5
2013-09-28Back to developmentThibault Saunier1-1/+1
2013-09-28Release 1.1.901.1.90Thibault Saunier3-4/+404
2013-08-26configure: fail if pygobject is not foundAndoni Morales Alastruey1-5/+1
2013-08-26Gst: Do not initialize Gst at initThibault Saunier1-6/+0
2013-08-23todo: Update the todoThibault Saunier1-1/+1
2013-08-23Disable examples amd testsuite as long as they have not been portedThibault Saunier2-6/+13
2013-08-23overrides: Force symlinks when makingThibault Saunier1-2/+2
2013-08-23gstmodule: Check that we could retrieve the module before using itThibault Saunier1-0/+15
2013-02-07configure: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGeorge McCollister1-1/+1
2012-12-30overrides: symlink some more to use uninstalled out-of-source buildMark Nauwelaerts1-1/+1
2012-12-07overrides: implement Gst.Structure.__setitem__Thibault Saunier1-0/+3
2012-11-22overrides: implement Gst.Structure.__getitem__Alessandro Decina1-0/+6
2012-11-04overrides: move add(*args) override from Gst.Pipeline to Gst.BinAlessandro Decina1-5/+12
2012-11-04overrides: move the Gst.Pad override before Gst.GhostPadAlessandro Decina1-13/+16
2012-10-24overrides: override GhostPad.__init__Alessandro Decina1-0/+16
2012-10-15overrides: make Gst.Pad.link still return Gst.PadLinkReturn when successfulAlessandro Decina1-0/+1
2012-10-15overrides: add encoding profile(s) overrides in GstPbutilsAlessandro Decina2-1/+77
2012-10-15overrides: make filter arg in Gst.Pad.query_caps(filter) default to NoneAlessandro Decina1-0/+3
2012-10-15overrides: set default value for name arg in ElementFactory.make(factory, name)Alessandro Decina1-0/+3
2012-10-15overrides: make Gst.Pad.link raise Gst.LinkErrorAlessandro Decina1-0/+13
2012-10-15overrides: implement Gst.Pipeline.add(e1, e2, ...)Alessandro Decina1-0/+17
2012-10-15overrides: implement the python iterator protocol for Gst.IteratorAlessandro Decina1-0/+20
2012-10-15overrides: implement caps[i] and len(caps)Alessandro Decina1-0/+8