summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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-07examples: controller: fix typo in commentsTim-Philipp Müller2-2/+2
2014-08-06tests: Add missing unrefs of objects after useSebastian Rasmussen3-0/+4
2014-08-06utils: Fix unititialized variable compiler warningSebastian Dröge1-0/+4
2014-08-06tests: Add test verifying gst_element_link_pads_full()Sebastian Rasmussen1-0/+230
2014-07-24bytereader: add gst_byte_reader_masked_scan_uint32_peekThiago Santos1-1/+11
2014-07-21Revert "tests: taglist: add basic test for taglists serialization"Thiago Santos2-59/+0
2014-07-21tests: tag: add the empty taglist serialization testThiago Santos1-0/+20
2014-07-21tests: taglist: add basic test for taglists serializationThiago Santos2-0/+59
2014-07-21tests: gststructure: serialization of tag event structureThiago Santos1-0/+43
2014-07-21pipeline: Add unit test for resetting of the start timeSebastian Dröge1-0/+84
2014-07-06tests: fix locking in gstpoll unit testTim-Philipp Müller1-0/+1
2014-07-02tests: don't use post-GLib 2.32 API in bufferlist testTim-Philipp Müller1-11/+11
2014-06-29sparsefile: Initialize memory in unit test to make valgrind happySebastian Dröge1-1/+1
2014-06-27devicemonitor: don't fail when started without any filtersTim-Philipp Müller1-2/+6
2014-06-26device: Add unit testsOlivier Crête3-1/+560
2014-06-26tests: add another buffer list test caseTim-Philipp Müller1-0/+80
2014-06-26tests: port and re-enable buffer list testsTim-Philipp Müller1-462/+83
2014-06-26tests: enhance the gstcaps test_features to also test gst_caps_set_features()George Kiagiadakis1-0/+7
2014-06-22tests: add unit test for gst_caps_is_any() and _is_empty()Tim-Philipp Müller1-0/+21
2014-06-21benchmarks: capsnego: add --loops command line optionTim-Philipp Müller1-26/+17
2014-06-21benchmark: capsnego: use GOptionContext for option parsingTim-Philipp Müller1-41/+36
2014-06-21tests: fix compiler warnings in gstvalue testsTim-Philipp Müller1-46/+46
2014-06-19Fix funnel EOS handling and wrong unittestSrimanta Panda1-2/+2
2014-06-19value: Make sure to cast int range values to guints before storing themSebastian Dröge1-0/+7
2014-06-17tests: remove some cruft from the bufferlist testTim-Philipp Müller1-110/+1
2014-06-16tests: add test for gst_buffer_list_remove()Tim-Philipp Müller1-0/+28
2014-06-07tests: add unit test for queuearray expansion from 1Tim-Philipp Müller1-0/+13
2014-05-30tests: multiqueue: fix leaksThiago Santos1-0/+2
2014-05-29element: set pads need-parent flag to false when removingThiago Santos1-0/+35