summaryrefslogtreecommitdiff
path: root/tests/check
AgeCommit message (Expand)AuthorFilesLines
2015-03-23wipHEADmasterThiago Santos1-30/+112
2015-03-20tests: input-selector: verify that eos from unselected pads blockThiago Santos1-0/+48
2015-03-20tests: selector: remove weird semicolons at the end of test functionsThiago Santos1-6/+6
2015-03-20segment: remove the bounds check from _to_running_time_full()Wim Taymans1-9/+15
2015-03-19segment: add option to disable clippingWim Taymans1-6/+6
2015-03-18segment: add helper to get negative running-timeWim Taymans1-0/+42
2015-03-18segment: fix offset handling with non 0 startWim Taymans1-0/+51
2015-03-14tests: add unit test for gst_adapter_take_buffer_list()Tim-Philipp Müller1-0/+48
2015-03-14Add new streamiddemux binaries to .gitignoreTim-Philipp Müller1-0/+1
2015-03-14bufferpool: Don't stop the pool in set_config()Nicolas Dufresne1-18/+2
2015-03-13gstbuffer: add gst_buffer_copy_deepThiago Santos1-0/+34
2015-03-12streamiddemux: Add streamiddemux elementHoonHee Lee2-0/+515
2015-03-12tests: add some basic unit tests for our printf stuffTim-Philipp Müller3-0/+147
2015-03-10funnel: handle GAP event to forwards sticky events into downstreamhoonhee.lee1-0/+130
2015-03-10Fix double semicolonsTim-Philipp Müller1-1/+1
2015-02-26gstvalue: Make sure GST_FOURCC_ARGS produces printable charactersEdward Hervey1-0/+18
2015-02-20Revert "element: set pads need-parent flag to false when removing"Olivier Crête1-35/+0
2015-02-18queue: Add unit test for buffer list and time level handlingSebastian Dröge1-0/+152
2015-02-17tests: bus: add unit test for async message deliveryTim-Philipp Müller1-0/+81
2015-02-07tests: Fix clock regression testJan Schmidt1-6/+6
2015-01-22uri: Fix indentionSebastian Dröge1-12/+13
2015-01-22uri: Fix new URI parsing tests based on GNet'sDavid Waring1-18/+68
2015-01-22uri: Add parsing unit test based on GNet'sSebastian Dröge1-47/+193
2015-01-21clock: Improve slaving regression.Jan Schmidt1-0/+199
2014-12-16structure/caps: Add gst_{structure,caps}_filter_and_map_in_place()Sebastian Dröge2-0/+75
2014-12-16structure: Add simple unit test for foreach() and map_in_place()Sebastian Dröge1-0/+56
2014-12-16caps: Add gst_caps_foreach() and gst_caps_map_in_place()Sebastian Dröge1-0/+81
2014-12-16bufferpool: Don't check size in config validationNicolas Dufresne1-1/+1
2014-11-20structure: don't overread input when searching for "Wim Taymans1-0/+14
2014-11-12task: Fix pause/stop race conditionHaakon Sporsheim1-0/+59
2014-11-10gstobject: Don't check booleans for equality in the unit testSebastian Dröge1-14/+9
2014-11-10gstobject: Add gst_object_has_parent()Jan Alexander Steffens (heftig)1-6/+56
2014-11-03capsfilter: Add an optional delayed caps change modeSebastian Dröge1-0/+146
2014-10-31tests: refactor tools check a littleTim-Philipp Müller1-50/+76
2014-10-30tests: fix out-of-bounds memory access in bytereader unit testTim-Philipp Müller1-1/+2
2014-10-28tests: fdsrc: don't ignore return value of write()Tim-Philipp Müller1-1/+3
2014-10-28tests: fix fdsrc test corner caseTim-Philipp Müller1-1/+10
2014-10-14tests: Add a test for removing a bus watchLinus Svensson1-0/+26
2014-10-14bus: Add a function to remove a bus watchLinus Svensson1-1/+1
2014-10-03tests: baseparse: set_sink_caps vfunc should't take ownership of the capsMatej Knopp1-1/+0
2014-09-29GstUri: Add GstUri miniobject to handle URIs in an RFC 3986 compliant fashionDavid Waring1-0/+594
2014-09-25fixme: bump leftover 0.11 fixme commentsStefan Sauer1-1/+1
2014-09-25tests: fix caps leak in baseparse unit testTim-Philipp Müller1-0/+1
2014-09-25flowcombiner: add a gst_flow_combiner_clear() methodJonas Holmberg1-0/+81
2014-09-02tests: add flush-stop on inactive pad testWim Taymans1-0/+77
2014-08-23tests: add test that triggers deadlock in state change of queueLinus Svensson1-0/+44
2014-08-15bytereader: add gst_byte_reader_peek_sub_reader() and _get_sub_reader()Tim-Philipp Müller1-0/+82
2014-08-12concat: Add unit tests for concat elementSebastian Dröge3-0/+310
2014-08-09tests: caps: add check for caps with features intersectionThiago Santos1-0/+1
2014-08-06tests: Add missing unrefs of objects after useSebastian Rasmussen2-0/+3