playsink: send navigation event to the sink as a fallback
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Thu, 15 Mar 2012 12:59:38 +0000 (12:59 +0000)
committerVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Thu, 15 Mar 2012 13:02:34 +0000 (13:02 +0000)
commit73605cb33ddaaea6f6cec3afa224fe712374125e
tree78b9b6ad7c342339ae64260b0fb47d8f5ea52f81
parent87a9e5634e3c44a02bb1dad9233a2cbd2c4f5311
playsink: send navigation event to the sink as a fallback

When the video sink is a fakesink, which does not implement the
navigation interface, playsink will drop the navigation command.
In this case, send to the video sink as a fallback. It breaks
the interface abstraction, but is better than just dropping the
navigation event.
gst/playback/gstplaysink.c