input-selector: Remove obsolete 'block' signal
authorJan Alexander Steffens (heftig) <jsteffens@make.tv>
Mon, 23 Mar 2015 11:12:51 +0000 (12:12 +0100)
committerThiago Santos <thiagoss@osg.samsung.com>
Tue, 24 Mar 2015 12:42:14 +0000 (09:42 -0300)
commit7a1ebbe0e3a19c4e2108ddbb50095add3d265d9d
tree694e4ceed59df27f5ecd288ed4b83fd69099ce07
parentce663311e1f00df5117b0249931e4ac960123cb8
input-selector: Remove obsolete 'block' signal

This signal blocks the input-selector with no means of unblocking
other than a state change back to READY. It seems this signal was
part of an old way of synchronously switching the selector,
together with the already-removed 'switch' signal.

Removing the signal is safe, as attempting to use it could only
end in deadlocks. Attempting to emit an unknown signal just causes
g_criticals.

https://bugzilla.gnome.org/show_bug.cgi?id=736891
plugins/elements/gstinputselector.c
plugins/elements/gstinputselector.h