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:
Chris Bass 2017-04-04 11:47:55 +01:00 committed by Sebastian Dröge
parent b4d9d9d9f8
commit 28e0bdb7fe

View file

@ -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;
}