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 761904 - gstharness: Unset sink_forward_pad before tearing down sink_harness
gstharness: Unset sink_forward_pad before tearing down sink_harness
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal major
: 1.7.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-02-12 09:53 UTC by Håvard Graff (hgr)
Modified: 2016-02-12 10:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.69 KB, patch)
2016-02-12 09:53 UTC, Håvard Graff (hgr)
committed Details | Review

Description Håvard Graff (hgr) 2016-02-12 09:53:46 UTC
Created attachment 320942 [details] [review]
patch

Set the sink_forward_pad to NULL before tearing down sink_harness to
avoid that the harness tries to forward events/queries to it while it's
tearing down.
Comment 1 Tim-Philipp Müller 2016-02-12 10:21:33 UTC
commit dc4a3b71f09ed4de523f564d9a43c47d66b9e0ab
Author: Stian Selnes <stian@pexip.com>
Date:   Tue Dec 8 14:18:21 2015 +0100

    harness: Unset sink_forward_pad before tearing down sink_harness
    
    Set the sink_forward_pad to NULL before tearing down sink_harness to
    avoid that the harness tries to forward events/queries to it while it's
    tearing down.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=761904