summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-03-01queue: Ignore thresholds if a query is queuedOlivier Crête1-0/+35
2018-03-01gstaggregator: pads must inherit from #GstAggregatorPadMathieu Duponchelle1-5/+8
2018-03-01Revert "gstaggregator: pads must inherit from #GstAggregatorPad"Mathieu Duponchelle1-8/+5
2018-03-01gstaggregator: pads must inherit from #GstAggregatorPadMathieu Duponchelle1-5/+8
2018-02-19queuearray: add _peek_tail() and _pop_tail()Tim-Philipp Müller1-0/+53
2018-02-16gstbasesink: Include segment.offset in the computation of positionAlicia Boya García1-0/+41
2018-02-15tests: pipeline: try to make test_pipeline_reset_start_time more reliableTim-Philipp Müller1-1/+5
2018-02-15tests: uri: fix build without -DGST_DISABLE_DEPRECATEDTim-Philipp Müller1-0/+4
2018-01-26message: Add gst_message_writable_structure()François Laignel1-0/+8
2018-01-23aggregator: rename _get_buffer() -> _peek_buffer() and _steal -> _popTim-Philipp Müller1-1/+1
2018-01-11tests: fakesink: make notify stress test work better on WindowsTim-Philipp Müller1-4/+10
2018-01-11tests: filesrc: more Windows fixesTim-Philipp Müller1-2/+2
2018-01-11tests: systemclock: scale stress test threads according to number of cpusTim-Philipp Müller1-8/+14
2018-01-11tests: filesrc: fix for windowsTim-Philipp Müller1-2/+21
2018-01-11tests: abi: fix abi test on 64-bit WindowsTim-Philipp Müller3-0/+72
2018-01-11tests: info: fix post init cat reg test on windows and with CK_FORK=noTim-Philipp Müller1-1/+4
2018-01-11meson: make check and tests build on Windows with msvcHåvard Graff1-3/+0
2017-12-24Skip gst_deinit() if gstreamer was not initialized properlyTim-Philipp Müller4-0/+41
2017-12-24tests: multiqueue: Replace large test macro with functionJan Alexander Steffens (heftig)1-24/+28
2017-12-24tests: multiqueue: Check we get CREATE+ENTER stream-statuses when adding padsJan Alexander Steffens (heftig)1-0/+64
2017-12-07basesrc: add buffer list supportTim-Philipp Müller1-1/+138
2017-12-06tests: aggregator: fix caps leak in unit testTim-Philipp Müller1-2/+6
2017-12-05harness: add gst_harness_take_all_data() + _take_all_data_as_{bytes,buffer}()Tim-Philipp Müller1-0/+77
2017-12-05meson: Use array syntax instead of .get() in testsNirbheek Chauhan1-2/+2
2017-12-02aggregator: hook up to build systemTim-Philipp Müller3-0/+3
2017-12-02Move GstAggregator from -bad to coreTim-Philipp Müller1-0/+1276
2017-12-02tests: comment and logging cleanups for audiomixer and aggregatorStefan Sauer1-5/+8
2017-12-02aggregator: add two more tests for a sequence of dataStefan Sauer1-0/+66
2017-12-02aggregator: refactor the test helperStefan Sauer1-67/+89
2017-12-02aggregator: test cleanupStefan Sauer1-32/+15
2017-12-02check: Fix usage of dual probesEdward Hervey1-7/+13
2017-12-02aggregator: Fix leak in unit testSebastian Dröge1-0/+2
2017-12-02bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+2
2017-12-02tests:aggregator: fix tc failure and correct check valueHyunjun Ko1-2/+3
2017-12-02tests: Add test for seeking live pipelinesOlivier Crête1-8/+22
2017-12-02tests: Make source live to re-enable aggregator timeout testsOlivier Crête1-3/+3
2017-12-02aggregator: fix typo in test suiteReynaldo H. Verdejo Pinochet1-1/+1
2017-12-02aggregator: add gap event handling unit testReynaldo H. Verdejo Pinochet1-5/+71
2017-12-02aggregator: use new gst_aggregator_pad_drop_buffer()Tim-Philipp Müller1-3/+1
2017-12-02aggregator: Hide GstAggregatorPad buffer and EOS filedsThibault Saunier1-1/+1
2017-12-02aggregator: Add a timeout parameter to ::aggregate()Sebastian Dröge1-1/+1
2017-12-02tests: fix aggregator unit test after property renamingTim-Philipp Müller1-1/+1
2017-12-02tests/aggregator: Use correct type when setting propertySebastian Rasmussen1-1/+1
2017-12-02tests/aggregator: add timeout handling test for the timeout parameterMatthew Waters1-0/+91
2017-12-02aggregator: Avoid destroying sources we do not ownThibault Saunier1-2/+2
2017-12-02tests: aggregator: fix various leaks in the testsThiago Santos1-0/+9
2017-12-02aggregator: Add new GstAggregator base classThibault Saunier1-0/+1017
2017-12-02tests: info: add test for post-gst_init() category registration perfTim-Philipp Müller1-0/+55
2017-11-24check/buffer: Remove usless memcmp with empty sizeEdward Hervey1-2/+0
2017-11-24tests: include config.h and don't include unix headersTim-Philipp Müller63-43/+191