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 757257 - pad: Unblock blocking pad probes when receiving FLUSH_START in send_event() too
pad: Unblock blocking pad probes when receiving FLUSH_START in send_event() too
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
unspecified
Other All
: Normal normal
: 1.6.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-10-28 16:17 UTC by Sebastian Dröge (slomo)
Modified: 2015-10-29 09:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
pad: Unblock blocking pad probes when receiving FLUSH_START in send_event() too (985 bytes, patch)
2015-10-28 16:17 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2015-10-28 16:17:17 UTC
See commit message
Comment 1 Sebastian Dröge (slomo) 2015-10-28 16:17:21 UTC
Created attachment 314332 [details] [review]
pad: Unblock blocking pad probes when receiving FLUSH_START in send_event() too

Without this, flushing might not unblock the streaming thread and cause deadlocks.
Comment 2 Sebastian Dröge (slomo) 2015-10-29 09:09:24 UTC
commit c47e49e1e3f2697b0611d6919f53d4a8b2399043
Author: Sebastian Dröge <sebastian@centricular.com>
Date:   Wed Oct 28 18:04:46 2015 +0200

    pad: Unblock blocking pad probes when receiving FLUSH_START in send_event() too
    
    Without this, flushing might not unblock the streaming thread and cause deadlocks.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=757257