Anssi Hannula dd8f9aca92 subtitleoverlay: fix state change stall on PAUSED->READY->PAUSED
After a PAUSED->READY change the sink pads are currently not set to
blocking state. When the element is set back to PAUSED, the change will
be done asynchronously, but as the _pad_blocked_cb() callback is now not
called, the state change never completes.

Fix that by setting the sink pads to blocking state on a PAUSED->READY
change, which ensures that the _pad_blocked_cb() is called when needed
on any future READY->PAUSED change. The sink pads are already put to
blocking state on NULL->READY change, so this behavior is consistent.

Fixes bug #668097.
2012-01-20 17:29:06 +00:00
..
2011-05-23 15:02:27 +03:00
2011-12-02 12:03:27 +01:00
2011-12-02 12:03:27 +01:00
2011-12-02 12:03:27 +01:00
2011-12-02 12:03:27 +01:00
2011-11-28 13:09:02 +00:00
2011-11-28 13:09:02 +00:00
2011-08-05 13:37:05 +02:00