gstreamer/ext/ttml
Luis de Bethencourt 81d1b207ad ttml: bump needed libxml2 version
ttml was recently added but it won't compile unless libxml2 version 2.9.2
or later is available. In that version the first parameter of xmlGetProp
switched to being a const. In previous versions the compiler complains
about passing a const value to a non const argument.
2016-11-03 17:44:33 +00:00
..
gstttmlparse.c ttml: Add plugin that supports TTML subtitles 2016-11-01 20:46:46 +02:00
gstttmlparse.h ttml: Add plugin that supports TTML subtitles 2016-11-01 20:46:46 +02:00
gstttmlplugin.c ttml: Add plugin that supports TTML subtitles 2016-11-01 20:46:46 +02:00
gstttmlrender.c ttml: Add plugin that supports TTML subtitles 2016-11-01 20:46:46 +02:00
gstttmlrender.h ttml: Add plugin that supports TTML subtitles 2016-11-01 20:46:46 +02:00
Makefile.am ttml: Add plugin that supports TTML subtitles 2016-11-01 20:46:46 +02:00
meson.build ttml: bump needed libxml2 version 2016-11-03 17:44:33 +00:00
subtitle.c ttml: Add plugin that supports TTML subtitles 2016-11-01 20:46:46 +02:00
subtitle.h ttml: Add plugin that supports TTML subtitles 2016-11-01 20:46:46 +02:00
subtitlemeta.c ttml: Add plugin that supports TTML subtitles 2016-11-01 20:46:46 +02:00
subtitlemeta.h ttml: Add plugin that supports TTML subtitles 2016-11-01 20:46:46 +02:00
ttmlparse.c ttml: Add plugin that supports TTML subtitles 2016-11-01 20:46:46 +02:00
ttmlparse.h ttml: Add plugin that supports TTML subtitles 2016-11-01 20:46:46 +02:00