tests/examples: add manual tests/examples for the ipcpipeline elements
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>
Wed, 5 Jul 2017 13:56:24 +0000 (16:56 +0300)
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>
Tue, 1 Aug 2017 11:43:06 +0000 (14:43 +0300)
commite97877dc7e107f0ae514325a86c0cbac77653e9b
tree16c534affdbae82b6e0e77fa046175074635aa65
parent35a01f41ce312b53a2ad82ce8a65b3561c3abf81
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
configure.ac
tests/examples/Makefile.am
tests/examples/ipcpipeline/Makefile.am [new file with mode: 0644]
tests/examples/ipcpipeline/ipc-play.c [new file with mode: 0644]
tests/examples/ipcpipeline/ipcpipeline1.c [new file with mode: 0644]