playbin2: Don't hold the playbin lock in the autoplug-continue callback
authorAkihiro Tsukada <tskd2@yahoo.co.jp>
Tue, 17 Apr 2012 07:54:09 +0000 (09:54 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 17 Apr 2012 07:54:09 +0000 (09:54 +0200)
commit77db9a887c201ec248e8d070000619d1e45c7943
treeb72960e9c47325b0838c05fafbff59da0f1accb7
parentc9ad084e291bd00d85b87e75bce4b63a9241260e
playbin2: Don't hold the playbin lock in the autoplug-continue callback

It's not necessary there as the group lock already protects everything
we access here and causes deadlocks in some cases.

Fixes bug #673708.
gst/playback/gstplaybin2.c