add new Kate plugin, for Kate overlay streams
authorVincent Penquerc'h <ogg.k.ogg.k@googlemail.com>
Sun, 15 Feb 2009 18:35:04 +0000 (18:35 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 19 Jul 2009 15:04:32 +0000 (16:04 +0100)
commite88984ccbd4b2b7b5527cbc3ff488c5c85bb1e97
treef089c9e41fceba1911dd870ad1755c4bc595ffab
parent114425d7eebfe4729ded504765d1a4c027db5734
add new Kate plugin, for Kate overlay streams

katedec: Kate decoder (text only)
kateenc: Kate encoder (text and DVD SPU only)
katetag: Kate tagger
kateparse: Kate parser
tiger: Kate renderer using the Tiger rendering library

Fixes #525743.
26 files changed:
LICENSE_readme
REQUIREMENTS
configure.ac
docs/plugins/Makefile.am
docs/plugins/gst-plugins-bad-plugins-docs.sgml
docs/plugins/gst-plugins-bad-plugins-sections.txt
ext/Makefile.am
ext/kate/Makefile.am [new file with mode: 0644]
ext/kate/README [new file with mode: 0644]
ext/kate/gstkate.c [new file with mode: 0644]
ext/kate/gstkate.h [new file with mode: 0644]
ext/kate/gstkatedec.c [new file with mode: 0644]
ext/kate/gstkatedec.h [new file with mode: 0644]
ext/kate/gstkateenc.c [new file with mode: 0644]
ext/kate/gstkateenc.h [new file with mode: 0644]
ext/kate/gstkateparse.c [new file with mode: 0644]
ext/kate/gstkateparse.h [new file with mode: 0644]
ext/kate/gstkatetag.c [new file with mode: 0644]
ext/kate/gstkatetag.h [new file with mode: 0644]
ext/kate/gstkatetiger.c [new file with mode: 0644]
ext/kate/gstkatetiger.h [new file with mode: 0644]
ext/kate/gstkateutil.c [new file with mode: 0644]
ext/kate/gstkateutil.h [new file with mode: 0644]
gst-plugins-bad.spec.in
tests/check/Makefile.am
tests/check/elements/kate.c [new file with mode: 0644]