playsink: If a custom text sink is used, send events to it too
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 18 Aug 2009 06:39:02 +0000 (08:39 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 18 Aug 2009 06:39:02 +0000 (08:39 +0200)
commitb5f84c0637accead6ad2ccda84b7aae7ddeb87b7
tree0fbb69837464dac0c8d06eada001215440541c38
parent6aa731cb48808f2eb50fd342b9c7f2be11555adc
playsink: If a custom text sink is used, send events to it too

Before, SEEK events would be sent to the video sink, which wouldn't
be linked in any way to the subtitle part of the pipeline and
subparse would never see the SEEK event. This would then seek
the audio/video but the subtitles would continue from the old
position instead.

Fixes bug #591664.
gst/playback/gstplaysink.c