diff options
author | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2017-07-05 16:56:24 +0300 |
---|---|---|
committer | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2017-08-01 14:43:06 +0300 |
commit | e97877dc7e107f0ae514325a86c0cbac77653e9b (patch) | |
tree | 16c534affdbae82b6e0e77fa046175074635aa65 /configure.ac | |
parent | 35a01f41ce312b53a2ad82ce8a65b3561c3abf81 (diff) |
tests/examples: add manual tests/examples for the ipcpipeline elements
ipcpipeline1 is a very simple test that shows a short videotestsrc fragment.
ipc-play is a clone of gst-play that splits the pipeline in two
processes, running the source & demuxer on the master process
and the decoders & sinks on the slave.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 42d54c9d8..e06932f68 100644 --- a/configure.ac +++ b/configure.ac @@ -3702,6 +3702,7 @@ tests/examples/gl/gtk/switchvideooverlay/Makefile tests/examples/gl/qt/Makefile tests/examples/gl/sdl/Makefile tests/examples/gtk/Makefile +tests/examples/ipcpipeline/Makefile tests/examples/mpegts/Makefile tests/examples/mxf/Makefile tests/examples/opencv/Makefile |