After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 761932 - gstharness: Add event stress test functions with callback
gstharness: Add event stress test functions with callback
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal enhancement
: 1.7.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on: 761906
Blocks: 761910
 
 
Reported: 2016-02-12 12:17 UTC by Håvard Graff (hgr)
Modified: 2016-02-12 20:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (9.12 KB, patch)
2016-02-12 12:17 UTC, Håvard Graff (hgr)
none Details | Review
patch (9.12 KB, patch)
2016-02-12 14:06 UTC, Håvard Graff (hgr)
committed Details | Review

Description Håvard Graff (hgr) 2016-02-12 12:17:16 UTC
Created attachment 320965 [details] [review]
patch

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.
Comment 1 Håvard Graff (hgr) 2016-02-12 14:06:34 UTC
Created attachment 320979 [details] [review]
patch
Comment 2 Tim-Philipp Müller 2016-02-12 20:56:11 UTC
commit 778160be085f05270dd24e13863775f2fce58bec
Author: Stian Selnes <stian@pexip.com>
Date:   Thu Jan 21 13:28:23 2016 +0100

    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