summaryrefslogtreecommitdiff
path: root/testsuite
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-23testsuite: Dist new test file.Edward Hervey1-1/+2
2009-04-23TIME_ARGS: Catch bad input. Fixes #579455Thomas Vander Stichele1-0/+36
2009-04-15Merge branch 'bz-577735'Thomas Vander Stichele1-1/+51
2009-04-11test_adapter: No longer use slices (which was wrong to start with).Edward Hervey1-3/+3
2009-04-11Fix uninstalled usage with python 2.6. Fixes #576546Alessandro Decina1-3/+4
2009-04-02make sure that we actually get the clock-provide messageThomas Vander Stichele1-3/+8
2009-04-02Fix for #577735: do_handle_message leaks messagesThomas Vander Stichele1-1/+46
2009-03-26New guint8* ArgType. Wraps the various GstAdapter methods. Fixes #576505Edward Hervey2-0/+84
2009-03-17gstbus: fix refcounting in gst.Bus.set_sync_handler.Alessandro Decina1-1/+31
2009-02-22GstPad: Use gst_pad_set_blocked_async_full() if available.Edward Hervey1-33/+40
2009-02-09Add a rule to generate valgrind suppressions for a single test.Edward Hervey1-1/+20
2009-01-08Raise an Exception when wrapping a NULL GstIterator.Edward Hervey1-1/+8
2008-12-06codegen/argtypes.py: Add handling of 'keep-refcount' for GBoxed arguments.Edward Hervey1-0/+51
2008-12-06testsuite/Makefile.am: Add a way to run individual tests. 'make test_bin.py.c...Edward Hervey1-0/+5
2008-12-06testsuite/test_event.py: Sinks now send GST_EVENT_LATENCY events upstream. Ad...Edward Hervey1-0/+4
2008-11-19Wrap gst_type_find_peek.Alessandro Decina1-0/+65
2008-06-27testsuite/test_interface.py: Don't hardcode 'alsasrc' for testing GstMixer an...Edward Hervey1-2/+21
2008-06-27testsuite/test_xml.py: Don't attempt to test gst.XML if there's no available ...Edward Hervey1-0/+5
2008-06-27gst/gstbuffer.override: the GstBuffer overrides seem to be confused about whe...Jan Schmidt1-0/+10
2008-06-13Re-opens #530417Edward Hervey1-7/+0
2008-06-12Re-opens #514717Edward Hervey1-23/+25
2008-05-08New 'fancy' constructor for gst.Element, allows creating elements in a more p...Johan Dahlin1-0/+7
2008-02-10Fix memleak in gst.Pad.set_blocked_async()Edward Hervey1-0/+33
2008-01-14Series of update for new API added to 0.10.16.Edward Hervey1-6/+3
2008-01-13Re-implement wrapping of gst_pad_add_*probe in order to avoid leaks of user-d...Edward Hervey1-2/+5
2008-01-11gst/Makefile.am: gst.pbutils also needs to handle miniobjectsEdward Hervey1-0/+5
2008-01-01gst/: new gst.pbutils module that wraps the gst-plugins-base pbutils helper l...Edward Hervey3-2/+75
2007-10-09testsuite/: Fix unit tests for pygobject >= 2.13.0Edward Hervey6-45/+60
2007-03-18gst/__init__.py: Implement multiplication, divison and float coercing for fra...Johan Dahlin1-0/+77
2007-03-17Implement sq_contains and add tests for gst.TagList.Johan Dahlin2-0/+46
2007-03-01gst/__init__.py: Added __eq__ method to fractions so we can check if two frac...Edward Hervey2-5/+5
2007-02-25gst/pygstvalue.c: Make buffers-in-gvalues more generic: handle all miniobjectsMichael Smith1-2/+3
2007-02-24testsuite/test_caps.py: Add test for gst.Buffer in caps.Michael Smith1-1/+12
2007-02-04testsuite/common.py: A private variable of unittest.TestCase changed name in ...Edward Hervey1-4/+14
2007-02-04gst/gstpad.override: Allow removing the negotiated pads of a cap by setting t...Edward Hervey1-0/+6
2007-02-04Fully implement GstPropertyProbe interface, with unit test.Edward Hervey1-0/+27