[Bug 771853] subparse: Last string isn't displayed when srt subtitles lack a blank line at the end

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Dec 24 16:51:17 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=771853

--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Interesting bug.

subparse does the right thing here actually: when it gets an EOS event on its
sink pad it will push out the remaining text, even if there's no empty line at
the end.

The problem is that it never gets an EOS event until the end of the clip, by
which time it's too late to push out that last text.

This is most likely a problem in streamsynchronizer, and I'm not sure if
there's an easy fix for it.

It works fine in playbin3, so I'm tempted to WONTFIX this bug, sorry.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list