harness: Fix object used to log caps warning.
[platform/upstream/gstreamer.git] / libs / gst / check / gstharness.c
2021-04-21 Doug Nazarharness: Fix object used to log caps warning.
2021-03-19 Matthew Watersgst: don't use volatile to mean atomic
2020-12-11 Jakub Adamharness: don't use GST_DEBUG_OBJECT with GstHarness
2020-10-30 Jan Schmidtharness: Handle element not being set cleanly.
2020-09-10 Sebastian Drögeharness: Add gst_harness_set_live()
2020-07-23 Matthew Watersharness: unref sink/src caps after deactivating pads
2020-04-24 Matthew Watersharness: also forward context queries between harnesses
2019-12-03 Håvard Graffgstharness: don't push the event to the queue before...
2019-11-13 Tulio Beloquiharness: fixed race condition on forward pad while...
2019-10-07 Xavier Claessensharness: Add gst_harness_pull_until_eos()
2019-06-13 Havard Graffharness: move creating of buffer and event queues to...
2019-06-13 Stian Selnesharness: Fix race when forwarding event while tearing...
2019-06-13 Stian Selnesharness: Make sure pad functions are not called after...
2019-02-05 Nirbheek Chauhanmisc: Fix various compiler warnings on MinGW
2018-12-15 Edward Herveyharness: assert on result of gst_pad_push_event()
2018-11-27 Mathieu DuponchelleRevert "harness: Take ownership of floating references...
2018-11-26 Sebastian Drögeharness: Take ownership of floating references (pads...
2018-11-06 Havard Graffharness: improve _wait_for_clock_id_waits performance
2018-10-28 Sebastian Drögeharness: Add API for proposing meta APIs from the alloc...
2018-05-01 luz.pazFix typos in comments and docs
2018-04-17 Thibault Saunierharness: Handle harness->element not being a GstBin
2018-01-02 Edward Herveygstharness: Remove double free
2017-12-13 Matthew Waterscheck/harness: fix transfer annotations on buffer passi...
2017-12-05 Tim-Philipp Müllerharness: make bindings use the GBytes variant for _take...
2017-12-05 Havard Graffharness: use new take_all_data() function in _dump_to_f...
2017-12-05 Tim-Philipp Müllerharness: add gst_harness_take_all_data() + _take_all_da...
2017-12-02 Tim-Philipp MüllerMove GstAggregator from -bad to core
2017-05-12 Stefan Sauerdocs: remove stray ',\' from doc comment
2017-05-04 Yasushi SHOJIharness: Abort when failed to construct the specified...
2017-03-10 Wim Taymansbuffer: handle gst_buffer_map failures
2017-01-27 Thibault SaunierPort gtk-doc comments to their equivalent markdown...
2016-11-28 Tim-Philipp MüllerMove dataurisrc element from -bad
2016-04-30 Tim-Philipp MüllerFix some nonsensical g-i annotations
2016-02-15 Thiago Santosprotection/harness/systemclock: move declaration out...
2016-02-15 Havard Graffharness: always set our test-clock on the harnessed...
2016-02-13 Tim-Philipp Müllerharness: fix compilation
2016-02-13 Tim-Philipp Müllerharness: fix indentation
2016-02-13 Stian Selnesharness: Fix MT issues when forwarding event/query...
2016-02-12 Stian Selnesharness: Add event stress test functions with callback
2016-02-12 Havard Grafftestclock: add crank method
2016-02-12 Havard Graffharness: enable empty harness creation and refactor...
2016-02-12 Mikhail Fludkovharness: fix the race in blocking push mode
2016-02-12 Stian Selnesharness: Fix docs for stress test functions
2016-02-12 Stian Selnesharness: Unset sink_forward_pad before tearing down...
2016-02-12 Havard Graffharness: fix up docs to reference functions properly
2015-09-26 Tim-Philipp Müllerharness: minor doc fixes
2015-09-24 Havard Graffharness: don't crash when adding a sink-harness without...
2015-09-07 Stian Selnesharness: Fix race for gst_harness_element_ref
2015-09-07 Stian Selnesharness: Allow-none for custom stress init func
2015-08-31 Havard Graffharness: misc bugfixes
2015-08-09 Havard Graffharness: add _set_forwarding function
2015-08-05 Luis de Bethencourtharness: don't run code inside g_assert
2015-07-28 Nicolas Dufresnedoc/gsthardness: Fix typo in GstAllocationParams
2015-07-28 Nicolas Dufresnedoc/gstharness: Remove unknown parameter
2015-07-22 Olivier Crêteharness: Fix indendation
2015-07-20 Havard Graffharness: add functions for adding sub-harnesses directly
2015-07-16 Tim-Philipp Müllerharness: fix indentation
2015-07-16 Tim-Philipp Müllerharness: fix pad template leak
2015-07-16 Havard Graffharness: don't re-establish the harness sink and src...
2015-07-16 Stian Selnesharness: Improve detection of element type
2015-07-16 Stian Selnesharness: Forward sticky events to sink harness
2015-07-07 Tim-Philipp Müllerharness: fix indentation and replace stress test functi...
2015-07-07 Tim-Philipp Müllerharness: make sure g_assert() statements are always...
2015-07-06 Tim-Philipp Müllerharness: rename GstHarnessPrepareBuffer -> GstHarnessPr...
2015-07-06 Tim-Philipp Müllerdocs: add GstHarness to documentation
2015-07-06 Havard Graffcheck: Add GstHarness convenience API for unit tests