Back to development
[platform/upstream/gstreamer.git] / gi /
2020-08-15 Thibault Saunieroverrides: Fix buffer API break
2020-07-23 Jose Quaresmaoverrides: memory and buffer unmap code can be shared
2020-07-10 Jose Quaresmaoverrides: _remap: refactor to avoid memory leaks with...
2020-07-10 Jose QuaresmaGst.py: raise an error if we can't unmap the memory
2020-07-10 Jose QuaresmaGst.py: unref __parent__ on unmap otherwise it cause...
2020-07-10 Jose Quaresmaoverrides: fix memory leak in pyg_boxed_new
2020-02-26 Mathieu Duponchellegstmodule: Fix reference counts of Py_True and Py_False
2019-12-30 Thibault SaunierDo not declare mix declaration and code
2019-12-10 Thibault SaunierSubclass Exception for mapping and unmapping errors
2019-12-09 Daniel KlamtChanges the mapinfo so that the mapped data is writable
2019-11-28 Thibault Saunierpython: Fix type type qualifiers issues
2019-11-19 Thibault SaunierRemove python2 support
2019-10-14 Tim-Philipp MüllerRemove autotools build
2019-09-02 Mathieu Duponchelleoverrides: fix callback setter overrides (bis)
2019-08-08 Mathieu Duponchelleoverrides: fix callback setter overrides
2019-05-06 Thibault Saunieroverride Element before Bin so we can access element...
2019-05-03 Mathieu DuponchelleGst.py: add high-level helpers
2019-01-30 Thibault SaunierGst.init() has to be called before GstPbutils is imported
2019-01-09 Antonio Ospiteoverrides: add a set_caps() method to the Pad override
2018-10-30 Mathieu DuponchelleTests: refactor testing approach
2018-10-28 Havard Graffmeson: use new python module
2018-10-28 Mathieu Duponchelleautomake: remove __init__.py's
2018-10-28 Mathieu DuponchelleRemove __init__.py files
2018-05-14 Havard Graffgstmodule: fix warning when building against python2
2018-04-25 Emilio Pozuelo Monfortoverrides: use get_introspection_module
2018-04-08 Thibault Saunieroverrides: Fix mixup between query function and chain one
2018-02-22 Nicolas Dufresnemakefiles: Add missing dist files
2018-02-22 Thibault Saunierbitmask: Do not use long() directly with python3
2018-02-22 Thibault Sauniergi: Check Gst has not been initialized before loading...
2018-02-22 Sebastian DrögeAllow Bitmask to be created from ints and longs but...
2018-02-15 Mathieu Duponchelleoverrides: accept Gst.Structure in Caps.__new__
2018-01-23 Sebastian DrögeShip meson build system in autotools generated tarballs
2017-08-03 Thibault Sauniermeson: Fix detection of overrides path in some cases
2017-07-26 Thibault SaunierFix simply running testsuite in meson
2017-07-26 Thibault SaunierAdd support for Gst.Bitmask
2017-07-26 Thibault Saunierstructure: Add a .keys() method and implement __str__
2017-07-26 Thibault SaunierReturn a Gst.*Range instead of a python range convertin...
2017-07-26 Thibault Saunierstructures: Override __new__ to make it more pythonic
2017-05-21 Olivier Crêteoverrides: Remove IntRange And Int64Range on Python2
2017-03-27 Nicolas Dufresnearray/list: Make gvalue conversion symmetric
2017-03-27 Nicolas Dufresnegstmodule: Factor out gst type creation
2017-03-24 Nicolas Dufresneoverrides: Add more GstValue overrides
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