New element 'proxy' to send data to in-process pipelines
authorNirbheek Chauhan <nirbheek@centricular.com>
Tue, 26 Sep 2017 14:42:24 +0000 (20:12 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Mon, 18 Dec 2017 19:39:50 +0000 (01:09 +0530)
commit8a056af05e23ad5b81cd1dc2699ae20abcf9b91a
tree0b2f08e3112e39acaf9b68bad171438b86b90e67
parent387e229773d25d57301417229407931d3cdb884f
New element 'proxy' to send data to in-process pipelines

This plugin is useful when you want to pipe arbitrary data to
a different pipeline within the same process. Buffers, events, and caps
are transmitted as-is without copying or manipulation.
configure.ac
gst/meson.build
gst/proxy/Makefile.am [new file with mode: 0644]
gst/proxy/gstproxy.c [new file with mode: 0644]
gst/proxy/gstproxysink-priv.h [new file with mode: 0644]
gst/proxy/gstproxysink.c [new file with mode: 0644]
gst/proxy/gstproxysink.h [new file with mode: 0644]
gst/proxy/gstproxysrc-priv.h [new file with mode: 0644]
gst/proxy/gstproxysrc.c [new file with mode: 0644]
gst/proxy/gstproxysrc.h [new file with mode: 0644]
gst/proxy/meson.build [new file with mode: 0644]