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 590662 - [pulse] Allocates and starts pulse main loops in instance_init
[pulse] Allocates and starts pulse main loops in instance_init
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal minor
: 0.10.23
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-08-03 17:11 UTC by Sebastian Dröge (slomo)
Modified: 2010-05-06 11:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2009-08-03 17:11:16 UTC
Hi,
the pulse elements allocate and start the pulse main loop in the instance_init function. Instead it should do that in NULL->READY or open.
Comment 1 Sebastian Dröge (slomo) 2010-05-06 11:53:36 UTC
commit 5332287e2d8f9dc7b32da0f6618a0730bd98513a
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Thu May 6 13:51:59 2010 +0200

    pulsesink: Create and free the PA mainloop in NULL->READY/READY->NULL
    
    This fixes a race condition, when stopping the mainloop during finalization
    is done from a mainloop callback.
    
    Fixes bugs #614765 and #590662.