Gst.py: raise an error if we can't unmap the memory
[platform/upstream/gstreamer.git] / gi / overrides / Gst.py
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...
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-19 Thibault SaunierRemove python2 support
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-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 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__
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-24 Nicolas Dufresneoverrides: Add more GstValue overrides
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-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-08-26 Thibault SaunierGst: Do not initialize Gst at init
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: 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-09-27 Mark Nauwelaertsoverrides: provide for gst-python style debug logging
2012-08-20 Thibault SaunierMake it possible to use uninstalled symlinking the...
2012-08-19 Thibault SaunierImplement the glue code so GstFraction works
2012-08-19 Thibault SaunierAdd overrides for GObject Introspection