platform/upstream/gstreamer.git
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-07-03 Tim-Philipp... Back to development
2020-07-02 Tim-Philipp... Release 1.17.2
2020-06-19 Tim-Philipp... Back to development
2020-06-19 Tim-Philipp... Release 1.17.1
2020-04-03 Thibault SaunierAdd an example to record audio
2020-04-03 Andoni Morales... Fix configure python lib detection in macOS
2020-02-26 Mathieu Duponchellegstmodule: Fix reference counts of Py_True and Py_False
2020-01-07 Guillaume Desmottestestsuite: remove cleanup
2020-01-07 Olivier Crêtetest: Add test for the plugin loader
2020-01-07 Olivier Crêteplugin: Also look at GST_PLUGIN_PATH_1_0
2019-12-30 Thibault SaunierDo not declare mix declaration and code
2019-12-13 Sebastian DrögeFix build with Python 3.8 by also checking for python...
2019-12-11 Thibault Saunierexample: Use do_fill in AudioTestSrc instead of do_create
2019-12-10 Thibault SaunierSubclass Exception for mapping and unmapping errors
2019-12-09 Philipp Zabeltests: Add buffer map/unmap tests
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... Remove autotools build
2019-09-02 Mathieu Duponchelleoverrides: fix callback setter overrides (bis)
2019-08-08 Mathieu Duponchelleoverrides: fix callback setter overrides
2019-08-08 Thibault Sauniersuppr: Add a supression on wrong jump in python from...
2019-05-26 Mathieu Duponchellemeson: expose plugins variable
2019-05-06 Thibault Saunieroverride Element before Bin so we can access element...
2019-05-03 Mathieu DuponchelleGst.py: add high-level helpers
2019-04-19 Tim-Philipp... Back to development
2019-04-18 Tim-Philipp... Release 1.16.0
2019-04-11 Luis de BethencourtUpdate TODO
2019-04-10 Tim-Philipp... Release 1.15.90
2019-03-04 Tim-Philipp... Back to development
2019-02-26 Tim-Philipp... Release 1.15.2
2019-01-30 Thibault SaunierGst.init() has to be called before GstPbutils is imported
2019-01-22 Thibault Sauniermeson: Re add workarounds to detect libpython path
2019-01-17 Tim-Philipp... Release 1.15.1
2019-01-09 Antonio Ospiteoverrides: add a set_caps() method to the Pad override
2018-12-30 Tim-Philipp... autogen.sh: update to match updated common submodule
2018-12-15 Tim-Philipp... Fix indentation of .c files
2018-12-05 Thibault SaunierUpdate common submodule
2018-11-12 Jordan PetridisAdd Gitlab CI configuration
2018-11-05 Matthew WatersUpdate git locations to gitlab
2018-10-31 Mathieu DuponchelleTests: the sys.meta_path trick does not work for python2
2018-10-30 Mathieu DuponchelleTests: refactor testing approach
2018-10-30 Mathieu Duponchellemeson: address python module port comments
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-10-27 Mathieu Duponchellemeson: add pygobject fallback
2018-07-29 Mathieu DuponchelleExamples: add audiotestsrc plugin example
2018-07-29 Mathieu DuponchelleExamples: add audioplot plugin example
2018-07-29 Mathieu DuponchelleExamples: add mixer plugin example
2018-07-20 Mathieu Duponchelleexamples: add a dynamic pipeline example
2018-07-20 Mathieu Duponchellehelloworld: fix typo
2018-05-14 Havard Graffgstmodule: fix warning when building against python2
2018-05-01 Tim-Philipp... Fix distcheck
2018-05-01 Tim-Philipp... meson: drop config.h.meson template
2018-04-25 Thibault SaunierBump pygobject dependency to 3.8
2018-04-25 Emilio Pozuelo... overrides: use get_introspection_module
2018-04-08 Thibault Saunieroverrides: Fix mixup between query function and chain one
2018-04-03 Tim-Philipp... Dist autogen.sh and configure.ac
2018-03-20 Tim-Philipp... Back to development
2018-03-19 Tim-Philipp... Release 1.14.0
2018-03-13 Tim-Philipp... Release 1.13.91
2018-03-03 Tim-Philipp... Release 1.13.90
2018-02-23 Edward Herveyconfigure.ac: Don't use runtime location of overrides...
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 Tim-Philipp... Back to development
2018-02-15 Mathieu Duponchelleoverrides: accept Gst.Structure in Caps.__new__
2018-02-15 Tim-Philipp... Release 1.13.1
2018-02-14 Sebastian DrögePrint Python version after initialization
2018-02-14 Sebastian Drögepluginloader: Print Python library path that is tried...
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-30 Thibault Saunierplugin: Always initialize GIL state
2017-07-26 Thibault SaunierFix simply running testsuite in meson
2017-07-26 Thibault SaunierAdd support for Gst.Bitmask
2017-07-26 Thibault Sauniertests: Stop using deprecated assertion methods
2017-07-26 Thibault Sauniertests: Move all Fundamental types tests in a file
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-05-21 Olivier Crêtepythonplugin: Rename plugin file to match plugin name
2017-05-04 Sebastian DrögeBack to development
2017-05-04 Sebastian DrögeRelease 1.12.0
2017-04-27 Sebastian DrögeRelease 1.11.91
2017-04-07 Sebastian DrögeRelease 1.11.90
2017-03-27 Nicolas Dufresnearray/list: Make gvalue conversion symmetric
2017-03-27 Nicolas Dufresnegstmodule: Factor out gst type creation
2017-03-24 Nicolas DufresneAdd /build and install to the gitignore
2017-03-24 Nicolas Dufresneoverrides: Add more GstValue overrides
2017-03-24 Thibault Sauniermeson: Install in gi._overidesdir only if we are instal...
2017-02-24 Sebastian Drögemeson: Update version
2017-02-24 Sebastian DrögeBack to development
2017-02-24 Sebastian DrögeRelease 1.11.2
next