aggregator: add buffer-consumed pad signal
[platform/upstream/gstreamer.git] / libs / gst / check /
2019-03-23 Tim-Philipp Müllercheck: suppress some g-i warnings
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-28 Jordan PetridisRun gst-indent through the files
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-10 Havard Grafftests: fix tests when compiling with glib_checks=disabled
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-09-24 Tim-Philipp Müllermeson: use library() for libgstcheck instead of always...
2018-09-24 Tim-Philipp Müllerlibs: figure out right export define in configure
2018-09-23 Tim-Philipp Müllerlibs: fix 'inconsistent DLL linkage' warnings on Windows
2018-08-31 Nirbheek Chauhanmeson: Maintain macOS ABI through dylib versioning
2018-08-26 Tim-Philipp Müllercheck: testclock: fix deprecation guards
2018-08-12 Tim-Philipp Müllerautotools: stop controlling symbol visibility with...
2018-08-11 Tim-Philipp Müllermeson: add options to disable gobject cast checks and...
2018-07-25 Nirbheek Chauhanmeson: host_machine.system() is darwin even on iOS
2018-07-09 Thibault Sauniercheck: Add a fail_unless_equals_clocktime macro for...
2018-07-07 Bastian Köchergstreamer: fix install dir for configure files
2018-06-24 Tim-Philipp MüllerUpdate for g_type_class_add_private() deprecation in...
2018-05-01 luz.pazFix typos in comments and docs
2018-04-17 Thibault Saunierharness: Handle harness->element not being a GstBin
2018-04-02 Edward Herveylibs: Documentation fixes
2018-03-13 Tim-Philipp Müllercheck: GST_EXPORT -> GST_CHECK_API
2018-03-01 Mathieu Duponchellemeson: enable more warnings
2018-01-11 Tim-Philipp Müllerlibs: check: print stacktrace on unexpected criticals
2018-01-11 Håvard Graffmeson: make check and tests build on Windows with msvc
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-11-24 Matthew Waterscheck: add missing harness function to symbol export...
2017-11-24 Haakon Sporsheimcheck: Add test suite time elapsed output
2017-08-13 Tim-Philipp Müllerlibcheck: fix build failure
2017-08-10 Tim-Philipp Müllermeson: hide symbols by default unless explicitly exported
2017-08-10 Tim-Philipp Müllerlibs: check: sprinkle some GST_EXPORT
2017-07-26 Luis de Bethencourtcheck: duplicate code branches
2017-05-20 Tim-Philipp Müllermeson: check: generate .gir file
2017-05-17 Sebastian Drögegst: Don't ref_sink() GstObject subclasses in instance_...
2017-05-12 Stefan Sauerdocs: remove stray ',\' from doc comment
2017-05-04 Tim-Philipp Müllerg-i: no need to load registry in g-i scanner
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...
2017-01-24 Stian Selnescheck: Add API to filter g_warning/g_critical etc
2016-12-16 Tim-Philipp Müllercheck: fix typo in docs
2016-12-16 Tim-Philipp Müllercheck: export new global variable
2016-12-16 Thibault Sauniercheck: Avoid possible double free
2016-12-16 Thibault Sauniercheck: Allow listing unit tests names
2016-12-09 Nirbheek Chauhancheck: Fix macro check for OS X
2016-12-09 Nirbheek Chauhancheck: Don't try to include CoreServices.h on iOS
2016-12-09 Nirbheek Chauhancheck: Don't check for malloc/realloc and try to fallback
2016-12-09 Nirbheek ChauhanAdd a README.txt with context for libcheck
2016-12-09 Nirbheek Chauhanlibcheck: Update the compatibility code and checks
2016-12-09 Nirbheek Chauhanlibcheck: Just move libcompat files to a subdir
2016-12-09 Nirbheek Chauhanlibcheck: port to latest check git
2016-11-28 Tim-Philipp MüllerMove dataurisrc element from -bad
2016-11-14 Thibault Sauniermeson: require meson 0.36 and use new `pic` arg on...
2016-11-02 Nirbheek Chauhanclock_gettime.c: Use __APPLE__ instead of __MACH__
2016-10-20 Thibault SaunierRevert "meson: Use the new `pic` argument on static...
2016-10-20 Thibault Sauniermeson: Use the new `pic` argument on static libs
2016-08-21 Tim-Philipp Müllermeson: install libgstcheck-1.0 and add api version...
2016-08-19 Nirbheek ChauhanAdd support for Meson as alternative/parallel build...
2016-05-23 Tim-Philipp Müllerg-i: pass compiler env to g-ir-scanner
2016-05-07 Anthony G. Basilelibcompat.h: strsignal() should be not be decleared...
2016-04-30 Tim-Philipp MüllerFix some nonsensical g-i annotations
2016-04-21 Alex Ashleytestclock: add clock-type property
2016-03-23 Anthony G. Basilelibcompat.h: strsignal() should be not be decleared...
2016-02-23 Edward Herveygstcheck: Check return value of gst_buffer_map
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 Stian Selnescheck: fix unused parameter compiler warning
2016-02-12 Mikhail Fludkovharness: fix the race in blocking push mode
2016-02-12 Stian Selnescheck: Add tcase_skip_broken_loop_test
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-12-27 Stefan Sauercheck: don't memcmp twice
2015-12-14 Xavier Claessenscore: Add g_autoptr() support to all types
2015-12-02 Reynaldo H. Verdej... Drop usage of deprecated g-ir-scanner --strip-prefix...
2015-09-28 Tim-Philipp Müllercheck: fix 'format string is not a string literal'...
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-15 Vineeth TMdownloadbuffer, benchmarks: fix error leaks in failure...
2015-09-15 Vineeth TMcheck: Fix indentation
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
next