harness: Add event stress test functions with callback
authorStian Selnes <stian@pexip.com>
Thu, 21 Jan 2016 12:28:23 +0000 (13:28 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 12 Feb 2016 19:32:29 +0000 (19:32 +0000)
commit778160be085f05270dd24e13863775f2fce58bec
tree85b01a39ed2fc4da620cc20307080c7d0c0f6577
parent668b3215b80625aa6f923eaa645b330925fc5b8f
harness: Add event stress test functions with callback

Similar to the stress test functions for buffers that has a callback to
create the buffer to be pushed, it's useful to have functions that use a
callback to create the event to be pushed.

API: gst_harness_stress_push_event_with_cb_start()
API: gst_harness_stress_push_event_with_cb_start_full()
API: gst_harness_stress_send_upstream_event_with_cb_start()
API: gst_harness_stress_push_upstream_event_with_cb_start_full()

https://bugzilla.gnome.org/show_bug.cgi?id=761932
docs/libs/gstreamer-libs-sections.txt
libs/gst/check/Makefile.am
libs/gst/check/gstharness.c
libs/gst/check/gstharness.h