summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2017-09-26 20:12:24 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2017-12-19 01:09:50 +0530
commit8a056af05e23ad5b81cd1dc2699ae20abcf9b91a (patch)
tree0b2f08e3112e39acaf9b68bad171438b86b90e67 /configure.ac
parent387e229773d25d57301417229407931d3cdb884f (diff)
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9a401e801..a446c4729 100644
--- a/configure.ac
+++ b/configure.ac
@@ -484,6 +484,7 @@ AG_GST_CHECK_PLUGIN(netsim)
AG_GST_CHECK_PLUGIN(onvif)
AG_GST_CHECK_PLUGIN(pcapparse)
AG_GST_CHECK_PLUGIN(pnm)
+AG_GST_CHECK_PLUGIN(proxy)
AG_GST_CHECK_PLUGIN(rawparse)
AG_GST_CHECK_PLUGIN(removesilence)
AG_GST_CHECK_PLUGIN(sdp)
@@ -3659,6 +3660,7 @@ gst/netsim/Makefile
gst/onvif/Makefile
gst/pcapparse/Makefile
gst/pnm/Makefile
+gst/proxy/Makefile
gst/rawparse/Makefile
gst/removesilence/Makefile
gst/sdp/Makefile