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 752498 - GstHarness improvements
GstHarness improvements
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal critical
: 1.5.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-07-16 15:46 UTC by Håvard Graff (hgr)
Modified: 2015-08-16 13:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Comment 1 Håvard Graff (hgr) 2015-07-16 15:55:13 UTC
That last one should be https://github.com/pexip/gstreamer/commit/fc19c5b8f6a3bf03ece8a030aa75a94914dac2a9.patch
Comment 2 Tim-Philipp Müller 2015-07-16 16:10:07 UTC
commit 0841b2a97ed031edc3c9d221fdf77ac7f0020b43
Author: Havard Graff <havard.graff@gmail.com>
Date:   Thu Jul 16 17:53:40 2015 +0200

    harness: don't re-establish the harness sink and src pads
    
    Given that the element has the possibility to have one, they should
    already be there.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=752498

commit 8597284d0be697bffbdb9f31a0f4e6576bc0a73f
Author: Stian Selnes <stian@pexip.com>
Date:   Mon Jul 13 11:03:13 2015 +0200

    harness: Improve detection of element type
    
    The element flag does not indicate wether a bin should be tested as a
    source or as a sink, eg. a bin with the sink flag may still have a
    source pad and a bin with the source flag may have a sink pad. In this
    case it is better to determine the element type by looking at the
    available pads and pad templates.
    
    Also rename srcpad and sinkpad where it actually represents
    element_srcpad_name and element_sinkpad_name.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=752493

commit fe6f694dbb7f64a37a7db7dd095da75a628645ca
Author: Stian Selnes <stian@pexip.com>
Date:   Mon Jul 13 11:10:49 2015 +0200

    harness: Forward sticky events to sink harness
    
    Fixes issue where if a sink harness was added late the sticky events
    would not be forwared.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=752494