overlaycomposition: New element that allows applications to draw GstVideoOverlayCompo...
authorSebastian Dröge <sebastian@centricular.com>
Mon, 1 Oct 2018 15:10:34 +0000 (18:10 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Sun, 28 Oct 2018 17:03:47 +0000 (17:03 +0000)
commit088b4c0c526aa8a8fb8312c06bab1c2a29bd19ad
treed44d48114a6ea037a446028310171dbaf5c6c3d3
parent596a4ee12f2be5d3649cac22447b09453965a4ae
overlaycomposition: New element that allows applications to draw GstVideoOverlayComposition on a stream

https://bugzilla.gnome.org/show_bug.cgi?id=797234
20 files changed:
configure.ac
docs/plugins/Makefile.am
docs/plugins/gst-plugins-base-plugins-docs.sgml
docs/plugins/gst-plugins-base-plugins-sections.txt
gst/meson.build
gst/overlaycomposition/Makefile.am [new file with mode: 0644]
gst/overlaycomposition/gstoverlaycomposition.c [new file with mode: 0644]
gst/overlaycomposition/gstoverlaycomposition.h [new file with mode: 0644]
gst/overlaycomposition/meson.build [new file with mode: 0644]
meson_options.txt
tests/check/Makefile.am
tests/check/elements/.gitignore
tests/check/elements/overlaycomposition.c [new file with mode: 0644]
tests/check/meson.build
tests/examples/Makefile.am
tests/examples/meson.build
tests/examples/overlaycomposition/.gitignore [new file with mode: 0644]
tests/examples/overlaycomposition/Makefile.am [new file with mode: 0644]
tests/examples/overlaycomposition/meson.build [new file with mode: 0644]
tests/examples/overlaycomposition/overlaycomposition.c [new file with mode: 0644]