[gstreamer-bugs] [Bug 347296] Problems with clocks on alsasrc hangs the application

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Jul 12 04:46:37 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=347296
 GStreamer | don't know | Ver: HEAD CVS





------- Comment #2 from Wim Taymans  2006-07-12 11:46 UTC -------
Created an attachment (id=68807)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=68807&action=view)
patch to fix deadlock

when adding a clock consumer to a bin, the currently configured clock is set on
the element. In this case the current clock was the clock of the previous
source. The new audio source does not accept that clock and posts an error
message. This deadlocks because it needs to acquire the lock on the parent
which is taken because an element is being added to the bin.

This patch does not post an error when this happens. 


-- 
Configure bugmail: http://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