summaryrefslogtreecommitdiff
path: root/testsuite
AgeCommit message (Expand)AuthorFilesLines
2020-01-07testsuite: remove cleanupGuillaume Desmottes1-4/+0
2020-01-07test: Add test for the plugin loaderOlivier Crête3-0/+102
2019-12-09tests: Add buffer map/unmap testsPhilipp Zabel1-0/+19
2019-10-14Remove autotools buildTim-Philipp Müller2-56/+0
2019-08-08suppr: Add a supression on wrong jump in python from fedora 30Thibault Saunier1-0/+6
2019-05-06override Element before Bin so we can access element fields of binsThibault Saunier1-0/+7
2018-12-15Fix indentation of .c filesTim-Philipp Müller2-26/+29
2018-10-31Tests: the sys.meta_path trick does not work for python2Mathieu Duponchelle1-1/+7
2018-10-31Tests: refactor testing approachMathieu Duponchelle3-31/+31
2018-10-28meson: use new python moduleHavard Graff1-10/+7
2018-02-22makefiles: Add missing dist filesNicolas Dufresne1-2/+5
2018-02-22bitmask: Do not use long() directly with python3Thibault Saunier1-1/+4
2018-02-22Allow Bitmask to be created from ints and longs but always store as longSebastian Dröge1-1/+1
2018-01-23Ship meson build system in autotools generated tarballsSebastian Dröge1-0/+1
2017-07-26Fix simply running testsuite in mesonThibault Saunier2-0/+16
2017-07-26Add support for Gst.BitmaskThibault Saunier1-0/+19
2017-07-26tests: Stop using deprecated assertion methodsThibault Saunier1-82/+82
2017-07-26tests: Move all Fundamental types tests in a fileThibault Saunier10-552/+382
2017-07-26structures: Override __new__ to make it more pythonicThibault Saunier1-0/+10
2017-05-21overrides: Remove IntRange And Int64Range on Python2Olivier Crête2-0/+10
2017-03-27array/list: Make gvalue conversion symmetricNicolas Dufresne2-0/+20
2017-03-24overrides: Add more GstValue overridesNicolas Dufresne10-5/+395
2016-11-04Play nicely with gst-build uninstalledThibault Saunier1-1/+9
2016-11-04meson: Add testsuiteThibault Saunier2-1/+31
2016-02-15gst: Fix a crash when passing wrong type as __templates__Thibault Saunier1-1/+1
2015-06-24Release 1.5.21.5.2Thibault Saunier1-0/+0
2015-04-24tests: Fix tests in python2Thibault Saunier2-7/+23
2015-04-24tests: Add test_fraction back in the testsuiteThibault Saunier2-10/+42
2015-04-24test: Bring back the testsuite and test if the initialization override worksThibault Saunier31-289/+211
2013-12-12Fix zip code of new FSF addressSimon Farnsworth26-26/+26
2013-11-26Update FSF addressSimon Farnsworth26-26/+26
2012-07-30Keep only the testsuite as we are now using GObject Introspection for bindingsThibault Saunier1-34/+4
2011-01-25tests: fix checks when the locale is not the default oneAndoni Morales Alastruey1-0/+2
2011-01-12testsuite: Add a make command to run tests foreverEdward Hervey1-0/+7
2010-12-05test_pad: Fix pad refcount checking due to fix in coreEdward Hervey1-6/+12
2010-11-22Fix distcheck some more.Alessandro Decina1-2/+2
2010-08-06gst.Structure: raise TypeError when assigning None to a keyAlessandro Decina1-0/+11
2010-07-26test_fraction: add a test for gobject property marshalling.Alessandro Decina1-2/+25
2010-07-14gst.GhostPad: allow set_target(None) to unset the target. Fixes #590735.Alessandro Decina1-0/+13
2010-04-29tag: Adds xmp functions mappingsThiago Santos1-0/+37
2010-04-29test_interface: Don't assert the missing mixer, gracefully ignore itEdward Hervey1-1/+0
2010-02-26build: Make some more rules silent if requestedSebastian Dröge1-1/+1
2009-09-11test: Fix the structure_changed message testJan Schmidt1-1/+1
2009-08-21Add test_audio.py.Edward Hervey2-0/+39
2009-08-08Use LC_ALL=C for the tests as some are comparing localized stringsSebastian Dröge1-1/+1
2009-07-01gst.Message: Wrap remaining parse_*() methods.Edward Hervey1-0/+32
2009-07-01gst.Message: Add overrides for new 0.10.24 messagesEdward Hervey1-0/+60
2009-07-01gst.Event: Add override for step eventEdward Hervey1-0/+15
2009-06-01wrap gst_tag_to_vorbis_comment; fix uint tag settingThomas Vander Stichele3-1/+48
2009-06-01Convert unicode objects to utf-8 encoded G_STRINGsThomas Vander Stichele2-2/+24