summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2017-07-05 16:50:22 +0300
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2017-08-01 14:42:53 +0300
commit3089d142b015d9c8fcf0c9b25ce0c6c705f4be7d (patch)
treea207b4cbeb3ef7815676fd633b0e81109f0c8fb0 /configure.ac
parentb89c94b37eda4e9c093b159d6536bbef2ef30e27 (diff)
downloadgstreamer-plugins-bad-3089d142b015d9c8fcf0c9b25ce0c6c705f4be7d.tar.gz
ipcpipeline: introduce new plugin for inter-process pipelines
These elements allow splitting a pipeline across several processes, with communication done by the ipcpipelinesink and ipcpipelinesrc elements. The main use case is to split a playback pipeline into a process that runs networking, parser & demuxer and another process that runs the decoder & sink, for security reasons. https://bugzilla.gnome.org/show_bug.cgi?id=752214
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 5bd76a0dd..42d54c9d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -469,6 +469,7 @@ AG_GST_CHECK_PLUGIN(gdp)
AG_GST_CHECK_PLUGIN(id3tag)
AG_GST_CHECK_PLUGIN(inter)
AG_GST_CHECK_PLUGIN(interlace)
+AG_GST_CHECK_PLUGIN(ipcpipeline)
AG_GST_CHECK_PLUGIN(ivfparse)
AG_GST_CHECK_PLUGIN(ivtc)
AG_GST_CHECK_PLUGIN(jp2kdecimator)
@@ -3587,6 +3588,7 @@ gst/gdp/Makefile
gst/id3tag/Makefile
gst/inter/Makefile
gst/interlace/Makefile
+gst/ipcpipeline/Makefile
gst/ivfparse/Makefile
gst/ivtc/Makefile
gst/jp2kdecimator/Makefile