From e97877dc7e107f0ae514325a86c0cbac77653e9b Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Wed, 5 Jul 2017 16:56:24 +0300 Subject: 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. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 297267d68..5a64122c8 100644 --- a/.gitignore +++ b/.gitignore @@ -55,6 +55,8 @@ gst*orc.h /tests/check/pipelines/simple-launch-lines /tests/check/pipelines/ipcpipeline /tests/examples/audiomixmatrix/test-audiomixmatrix +/tests/examples/ipcpipeline/ipc-play +/tests/examples/ipcpipeline/ipcpipeline1 /tests/examples/codecparsers/parse-jpeg /tests/examples/codecparsers/parse-vp8 /tests/examples/gtk/gtkglsink -- cgit v1.2.1