<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<br>
<div class="moz-cite-prefix">On 11/12/2013 08:58 PM, Dece Bel wrote:<br>
</div>
<blockquote
cite="mid:CAPqbHrgy04JaXQADasNi1+NQott3geqv61+qbFCJCL_40kf5VQ@mail.gmail.com"
type="cite">
<div dir="ltr">One issue that I now have is that subtitle is not
displayed on the final video. Is this because of using <b>appsink
</b>on the <b>text-sink </b>property instead of an actual text
processing element. Any idea how I can fix this - get the
subtitle text and timestamp in my console output and also
display the same on the final video.<br>
</div>
</blockquote>
Maybe replace the text-sink with a bin containing a tee, sending the
buffers to both an appsink and whatever it is that normally displays
subtitles (textoverlay?).<br>
</body>
</html>