closedcaption: add line21 encoder
authorMathieu Duponchelle <mathieu@centricular.com>
Fri, 22 Feb 2019 23:23:01 +0000 (00:23 +0100)
committerMathieu Duponchelle <mathieu@centricular.com>
Wed, 6 Mar 2019 10:29:20 +0000 (11:29 +0100)
commit156865541fb18e93b445f759f940989bc66ccd7d
treeec014063d35c64a0d3a12e8f586ac2f8d09567f7
parentfa8134ed1109e8dbc42a4fc74defdc668927fdaf
closedcaption: add line21 encoder

This element acts as a counterpart of line21encoder.

Also adds a simple test validating each element using the
other.
ext/closedcaption/Makefile.am
ext/closedcaption/gstclosedcaption.c
ext/closedcaption/gstline21enc.c [new file with mode: 0644]
ext/closedcaption/gstline21enc.h [new file with mode: 0644]
ext/closedcaption/meson.build
tests/check/Makefile.am
tests/check/elements/line21.c [new file with mode: 0644]
tests/check/meson.build