summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-28Release 1.12.51.12.51.12Tim-Philipp Müller6-42/+185
2018-02-23bitmask: Do not use long() directly with python3Thibault Saunier2-1/+5
2018-02-23makefiles: Add missing dist filesNicolas Dufresne4-4/+14
2018-02-23configure.ac: Don't use runtime location of overrides by defaultEdward Hervey1-4/+0
2018-02-22Allow Bitmask to be created from ints and longs but always store as longSebastian Dröge2-4/+4
2018-01-23Ship meson build system in autotools generated tarballsSebastian Dröge5-1/+16
2017-12-07Release 1.12.41.12.4Sebastian Dröge6-12/+67
2017-09-18Release 1.12.31.12.3Sebastian Dröge6-11/+130
2017-07-29plugin: Always initialize GIL stateThibault Saunier1-1/+1
2017-07-29Add support for Gst.BitmaskThibault Saunier3-1/+67
2017-07-29tests: Stop using deprecated assertion methodsThibault Saunier1-82/+82
2017-07-29tests: Move all Fundamental types tests in a fileThibault Saunier10-552/+382
2017-07-29structure: Add a .keys() method and implement __str__Thibault Saunier1-0/+16
2017-07-29Return a Gst.*Range instead of a python range converting from GValue to pythonThibault Saunier2-2/+32
2017-07-29structures: Override __new__ to make it more pythonicThibault Saunier2-0/+31
2017-07-29overrides: Remove IntRange And Int64Range on Python2Olivier Crête3-4/+16
2017-07-14Release 1.12.21.12.2Sebastian Dröge6-12/+63
2017-06-20Release 1.12.11.12.1Sebastian Dröge6-16/+83
2017-05-04Release 1.12.01.12.0Sebastian Dröge6-16/+767
2017-04-27Release 1.11.911.11.91Sebastian Dröge6-12/+30
2017-04-07Release 1.11.901.11.90Sebastian Dröge6-18/+128
2017-03-27array/list: Make gvalue conversion symmetricNicolas Dufresne3-4/+34
2017-03-27gstmodule: Factor out gst type creationNicolas Dufresne1-59/+20
2017-03-24Add /build and install to the gitignoreNicolas Dufresne1-0/+2
2017-03-24overrides: Add more GstValue overridesNicolas Dufresne12-9/+929
2017-03-24meson: Install in gi._overidesdir only if we are installing in right prefixThibault Saunier2-9/+50
2017-02-24meson: Update versionSebastian Dröge1-1/+1
2017-02-24Back to developmentSebastian Dröge1-2/+2
2017-02-24Release 1.11.21.11.2Sebastian Dröge5-7/+52
2017-02-24Back to developmentSebastian Dröge1-2/+2
2017-02-21Port old helloworld.py example to GIJan Schmidt1-0/+58
2017-02-15python: Add an option to set where to install pygi overridesThibault Saunier2-1/+7
2017-01-13meson: bump version and bump meson requirementTim-Philipp Müller1-2/+2
2017-01-12Release 1.11.11.11.1Sebastian Dröge5-1131/+77
2016-12-16Remove bitrotten and unused gst-python.spec.in fileTim-Philipp Müller2-118/+0
2016-11-26common: use https protocol for common submoduleTim-Philipp Müller1-1/+1
2016-11-04Play nicely with gst-build uninstalledThibault Saunier1-1/+9
2016-11-04meson: Add testsuiteThibault Saunier3-1/+32
2016-11-01meson: update versionTim-Philipp Müller1-1/+1
2016-11-01Back to development1.11.0Sebastian Dröge1-2/+2
2016-11-01Release 1.10.01.10.0Sebastian Dröge5-12/+1169
2016-10-19meson: use the version keyword argument for dependencies versionThibault Saunier1-1/+1
2016-10-17examples: Added identity exampleMarianna Smidth Buschle1-0/+42
2016-09-30meson: Setup pre-commit hooks when configuringThibault Saunier2-0/+86
2016-09-30Release 1.9.901.9.90Sebastian Dröge5-13/+75
2016-09-14meson: Add a workaround for finding the Python library on FedoraSebastian Dröge1-0/+8
2016-09-14meson: Fix pythondetector on Debian and use sysconfig for getting the ABIFLAG...Sebastian Dröge1-29/+5
2016-09-14configure: Depend on gstreamer 1.9.2.1Sebastian Dröge1-1/+1
2016-09-13meson: Search python shared lib in lib64/ if it is a directoryThibault Saunier1-1/+2
2016-09-05build: Remove unused variablesThibault Saunier1-4/+0