[Bug 642174] Playbin2 cannot work with non-raw custom sinks
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Feb 18 00:43:30 PST 2011
https://bugzilla.gnome.org/show_bug.cgi?id=642174
GStreamer | gst-plugins-base | 0.10.31
--- Comment #10 from tskd2 at yahoo.co.jp 2011-02-18 08:43:24 UTC ---
As PLAY_BIN_LOCK() is double-locked from activate_group() and from a signal
handler (autoplug_continue()),
so the process is dead locked.
using g_mutex_trylock() and conditional unlcok() seems to resolve the problem.
I will update the patch soon.
--
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