ttml: Add plugin that supports TTML subtitles
authorChris Bass <floobleflam@gmail.com>
Wed, 29 Jun 2016 08:58:38 +0000 (09:58 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 1 Nov 2016 18:46:46 +0000 (20:46 +0200)
commitd82ae6949feb100b74ca3781a57cbe19ce38787c
tree95943453fcebb31a768757f296defcf2a6ab243c
parent280b4ac2ffc63908a74944f50589b2630be16232
ttml: Add plugin that supports TTML subtitles

Add a parser (ttmlparse) and renderer (ttmlrender) element that handle
subtitles that use the EBU-TT-D profile of TTML1.

https://bugzilla.gnome.org/show_bug.cgi?id=758232
17 files changed:
configure.ac
docs/plugins/gst-plugins-bad-plugins-docs.sgml
docs/plugins/gst-plugins-bad-plugins-sections.txt
docs/plugins/inspect/plugin-ttmlsubs.xml [new file with mode: 0644]
ext/Makefile.am
ext/ttml/Makefile.am [new file with mode: 0644]
ext/ttml/gstttmlparse.c [new file with mode: 0644]
ext/ttml/gstttmlparse.h [new file with mode: 0644]
ext/ttml/gstttmlplugin.c [new file with mode: 0644]
ext/ttml/gstttmlrender.c [new file with mode: 0644]
ext/ttml/gstttmlrender.h [new file with mode: 0644]
ext/ttml/subtitle.c [new file with mode: 0644]
ext/ttml/subtitle.h [new file with mode: 0644]
ext/ttml/subtitlemeta.c [new file with mode: 0644]
ext/ttml/subtitlemeta.h [new file with mode: 0644]
ext/ttml/ttmlparse.c [new file with mode: 0644]
ext/ttml/ttmlparse.h [new file with mode: 0644]