subparse: WebVTT parsing support
authorJan Schmidt <jan@centricular.com>
Mon, 7 Mar 2016 12:29:43 +0000 (23:29 +1100)
committerJan Schmidt <jan@centricular.com>
Thu, 24 Mar 2016 13:58:42 +0000 (00:58 +1100)
commitfd2a14144a7ae7a15c39310bc748a9bda5321a70
treeb5b5bb7459c67bc64e38c974ce9607807af24fb8
parentecb8d2e023762477f1284d8032309457b6b20be8
subparse: WebVTT parsing support

WebVTT is a new subtitle format for HTML5 video. In this first
version of the parser the cue settings are parsed but only stored in
the internal parser state structure. Later on these settings could be
part of the GstBuffer metadata.

https://bugzilla.gnome.org/show_bug.cgi?id=629764
gst/subparse/gstsubparse.c
gst/subparse/gstsubparse.h
tests/check/elements/subparse.c