summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Bass <floobleflam@gmail.com>2017-04-04 11:47:55 +0100
committerSebastian Dröge <sebastian@centricular.com>2017-04-09 10:42:26 +0300
commit28e0bdb7fea26887fbc7da8470584c9665de0796 (patch)
tree2ff6fd527191c74417f03d4949d525a25e78b22a
parentb4d9d9d9f8dd7c0ed1fcd8336a71b6c44ef28655 (diff)
ttmlparse: push segment events downstream
Without this, subtitles will stop after seeking. https://bugzilla.gnome.org/show_bug.cgi?id=780897
-rw-r--r--ext/ttml/gstttmlparse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/ttml/gstttmlparse.c b/ext/ttml/gstttmlparse.c
index 9bc05c0e1..6de9a1f75 100644
--- a/ext/ttml/gstttmlparse.c
+++ b/ext/ttml/gstttmlparse.c
@@ -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;
}