After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 780897 - ttml: Subtitle presentation stops after seek
ttml: Subtitle presentation stops after seek
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal normal
: 1.11.91
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-04-04 11:02 UTC by Chris Bass
Modified: 2017-04-09 07:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ttmlparse: push segment events downstream (903 bytes, patch)
2017-04-04 11:04 UTC, Chris Bass
committed Details | Review

Description Chris Bass 2017-04-04 11:02:21 UTC
After seeking, subtitle presentation stops. This can be demonstrated by seeking in gst-play using left/right arrows, e.g.:

gst-play-1.0 http://rdmedia.bbc.co.uk/dash/ondemand/elephants_dream/1/client_manifest-all.mpd

The reason appears to be that ttmlparse doesn't push downstream the new segment event it receives after a seek.

Patch to follow...
Comment 1 Chris Bass 2017-04-04 11:04:15 UTC
Created attachment 349224 [details] [review]
ttmlparse: push segment events downstream
Comment 2 Sebastian Dröge (slomo) 2017-04-09 07:44:18 UTC
Attachment 349224 [details] pushed as 28e0bdb - ttmlparse: push segment events downstream