playsink: add send-event-mode property
authorThiago Santos <thiago.sousa.santos@collabora.com>
Fri, 30 Mar 2012 21:38:01 +0000 (18:38 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.com>
Wed, 4 Apr 2012 14:38:29 +0000 (11:38 -0300)
commit84abbe0d52db3bd495bb0405348e0214244e944a
tree9620729f9e418c1f3441e8a6b53a51d5d4ee1eed
parentb47350b6e97db908448921e9700e5ff7a8764f41
playsink: add send-event-mode property

Adds a property for playsink to define how it should handle
events sent in send_event function. The default is the same as
GstBin's, sending events to all internal sinks. There is also
mode-first, that will send to sinks until the one handles the
event successfully.

https://bugzilla.gnome.org/show_bug.cgi?id=673211
gst/playback/gstplaysink.c