summaryrefslogtreecommitdiff
path: root/ext/closedcaption/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* tests: skip cc tests if plugin is disabledU. Artie Eoff2021-09-151-3/+3
| | | | | | | | | | | | Skip the closedcaption element tests if the closedcaption option is disabled at compile time (i.e. -Dclosedcaption=disabled). v2: rename pangocairo_dep to avoid conflict with later definition in ext/ttml/meson.build as suggested by @tpm. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1388>
* meson: add more plugins to plugins listTim-Philipp Müller2019-05-301-0/+1
| | | | | Makes sure their path gets added to the uninstalled environment and makes sure they get included in the docs.
* closedcaption: add line21 encoderMathieu Duponchelle2019-03-061-2/+3
| | | | | | | This element acts as a counterpart of line21encoder. Also adds a simple test validating each element using the other.
* Check in vbi encoderMathieu Duponchelle2019-03-061-0/+1
|
* closedcaption: Add ccconverter element that can convert between different ↵Sebastian Dröge2018-12-191-2/+2
| | | | types of Closed Caption formats
* cccombiner: Add new closed caption combiner elementSebastian Dröge2018-11-061-2/+2
| | | | | This is the inverse of ccextractor: it takes a video and closed caption stream and places the closed caption metas on the video output buffers.
* Add feature options for almost all pluginsNirbheek Chauhan2018-07-271-1/+2
| | | | | | | The only plugins remaining are those that haven't been ported to Meson yet, and msdk. Also, the tests are still automagic. https://bugzilla.gnome.org/show_bug.cgi?id=795107
* ceaccoverlay: New CEA-708 Closed Caption decoder and overlayerEdward Hervey2018-05-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | This new element allows decoding and overlaying CEA-708 Closed Caption streams over video. * Supports CDP and cc_data closedcaption/x-cea-708 streams * Uses pango to render CC stream * Support GstVideoOverlayComposition meta if downstream supports is Tested on various test files. Remains to be fixed/improved: * Switch to GstByteReader (for code safety) * Switch to GString (instead of manual pango string construction) * Move pango/rendering code outside of main 708 decoder file (so that actual CC parser/decoder can be (re)used in other scenarios). Initial patches and improvements by: * CableLabs RUIH-RI Team <ruihri@cablelabs.com> * Steve Maynard <steve@secondstryke.com> * cjun.wang" <cjun.wang@samsung.com> https://bugzilla.gnome.org/show_bug.cgi?id=704881
* closedcaption: fix meson buildTim-Philipp Müller2018-05-281-1/+8
|
* closedcaption: add meson build filesTim-Philipp Müller2018-05-281-0/+14