ext: New ccextractor element
authorEdward Hervey <edward@centricular.com>
Thu, 8 Mar 2018 14:22:47 +0000 (15:22 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Mon, 28 May 2018 09:54:17 +0000 (11:54 +0200)
commit2550718f59c2faee0540ec88821b0b9f6c738fc9
tree9585ac8db781be26dbfe315d17712cee91ffb79e
parented7a98d45b5ed46605759bf860fac0027ccf3951
ext: New ccextractor element

Allows extracting GstVideoCaptionMeta from a stream and outputs
it to a standalone stream.

Part of a new 'ext' closedcaption plugin, since more features are
going to be added, which will depend on external dependencies such
as pango.
configure.ac
ext/Makefile.am
ext/closedcaption/Makefile.am [new file with mode: 0644]
ext/closedcaption/gstccextractor.c [new file with mode: 0644]
ext/closedcaption/gstccextractor.h [new file with mode: 0644]
ext/closedcaption/gstclosedcaption.c [new file with mode: 0644]