[gstreamer-bugs] [Bug 602887] shout2send element won't change from PLAYING state to NULL

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Nov 28 10:26:18 PST 2009


https://bugzilla.gnome.org/show_bug.cgi?id=602887
  GStreamer | gst-plugins-good | 0.10.14

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |wim.taymans at gmail.com
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.18

--- Comment #2 from Wim Taymans <wim.taymans at gmail.com> 2009-11-28 18:26:12 UTC ---
We relied on scheduling to acquire a lock instead of explicitly giving up
control of the streaming thread. Following patch fixes it.

commit 4519bdc9833dc6d59135ef57873f45c273aee7b2
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date:   Sat Nov 28 19:23:26 2009 +0100

    shout2: use gstpoll for timeouts

    Use our own GstPoll based timeout instead of the shout sleep so that we can
    interrupt when doing a state change and shutting down.

    Fixes #602887

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list