mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
ttmlparse: push segment events downstream
Without this, subtitles will stop after seeking. https://bugzilla.gnome.org/show_bug.cgi?id=780897
This commit is contained in:
parent
b4d9d9d9f8
commit
28e0bdb7fe
1 changed files with 1 additions and 0 deletions
|
@ -524,6 +524,7 @@ gst_ttml_parse_sink_event (GstPad * pad, GstObject * parent, GstEvent * event)
|
|||
* seek request and instead send us a newsegment from the seek request
|
||||
* it received via its video pads instead, so all is fine then too) */
|
||||
ret = TRUE;
|
||||
self->need_segment = TRUE;
|
||||
gst_event_unref (event);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue