meson: use the version keyword argument for dependencies version
[platform/upstream/gstreamer.git] / gi /
2016-09-05 Thibault SaunierAdd support for Meson as alternative/parallel build...
2016-02-27 Hanno BoeckNULL-terminate PyMethodDef array
2016-02-20 Thibault SaunierFix bug when checking template object type
2016-02-15 Thibault Sauniergst: Fix a crash when passing wrong type as __templates__
2016-02-08 Thibault SaunierAvoid warning about gi.require_version not being called
2015-11-08 Mark Nauwelaertsoverrides: also provide wrapper for trace level debug...
2015-11-08 Mark Nauwelaertsoverrides: fix a few typos in exception messages
2015-10-26 Mark Nauwelaertsoverrides: chain up to base __init__ in Pad override
2015-04-24 Thibault Sauniertests: Fix tests in python2
2015-04-24 Thibault Saunieroverrides: Do not use inspect.signature as it is not...
2015-04-24 Thibault Saunieroverrides: Disable all GStreamer APIs until Gst has...
2015-03-19 Thibault Saunieroverrides: Try hard to make the query writable in the...
2014-06-06 Thibault SaunierAdd an example sink element and override the chain...
2014-05-22 Christoph Reiteroverrides: Don't pass arguments to Boxed base class...
2014-04-01 Lubosz Sarneckipython3: apply pep 238 for division overload
2014-04-01 Thibault Saunieroverrides: Import the _gi_gst module relative
2014-03-29 Sebastian DrögeFix automake warning
2014-03-29 Sebastian DrögeFix extension of native Python module
2014-03-15 Thibault Saunieroverrides: Checking an empty caps should return False
2013-12-12 Simon FarnsworthFix zip code of new FSF address
2013-12-03 Olivier CrêteGst: Add python version of GST_TIME_ARGS
2013-11-26 Simon FarnsworthUpdate FSF address
2013-09-30 Sebastian DrögeFix another syntax error with newer Python versions
2013-09-30 Sebastian DrögeFix compilation with Python 3.0
2013-08-26 Thibault SaunierGst: Do not initialize Gst at init
2013-08-24 Thibault Saunieroverrides: Force symlinks when making
2013-08-24 Thibault Sauniergstmodule: Check that we could retrieve the module...
2012-12-30 Mark Nauwelaertsoverrides: symlink some more to use uninstalled out...
2012-12-07 Thibault Saunieroverrides: implement Gst.Structure.__setitem__
2012-11-22 Alessandro Decinaoverrides: implement Gst.Structure.__getitem__
2012-11-04 Alessandro Decinaoverrides: move add(*args) override from Gst.Pipeline...
2012-11-04 Alessandro Decinaoverrides: move the Gst.Pad override before Gst.GhostPad
2012-10-24 Alessandro Decinaoverrides: override GhostPad.__init__
2012-10-15 Alessandro Decinaoverrides: make Gst.Pad.link still return Gst.PadLinkRe...
2012-10-15 Alessandro Decinaoverrides: add encoding profile(s) overrides in GstPbutils
2012-10-15 Alessandro Decinaoverrides: make filter arg in Gst.Pad.query_caps(filter...
2012-10-15 Alessandro Decinaoverrides: set default value for name arg in ElementFac...
2012-10-15 Alessandro Decinaoverrides: make Gst.Pad.link raise Gst.LinkError
2012-10-15 Alessandro Decinaoverrides: implement Gst.Pipeline.add(e1, e2, ...)
2012-10-15 Alessandro Decinaoverrides: implement the python iterator protocol for...
2012-10-15 Alessandro Decinaoverrides: implement caps[i] and len(caps)
2012-10-15 Alessandro Decinaoverrides: don't install our gi/overrides/__init__.py
2012-09-27 Mark Nauwelaertsoverrides: provide for gst-python style debug logging
2012-09-27 Mark Nauwelaertsoverrides: symlink some more to use uninstalled
2012-08-29 René Stadleroverrides: Fix crash in add_template
2012-08-20 Thibault SaunierMake it possible to use uninstalled symlinking the...
2012-08-20 Thibault Saunieroverrides: Make it possible to add metadatas and PadTem...
2012-08-19 Thibault SaunierImplement the glue code so GstFraction works
2012-08-19 Thibault SaunierAdd overrides for GObject Introspection