1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00

sink: move GST pipeline construction to bash script

The sinkctl tool is currently a hack to make Miracast sinks work. The
embedded gst-launch invocation is kinda ugly to handle. Move it into a
bash-script so we can experiment a bit more with different pipelines.
Ultimatively, the goal is obviously to make this work as its own gst
element.

Signed-off-by: Andrey Gusakov <andrey.gusakov@cogentembedded.com>
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
This commit is contained in:
Andrey Gusakov 2014-08-29 14:43:52 +04:00 committed by David Herrmann
parent 5fabb386b8
commit e7aa531dca
4 changed files with 66 additions and 20 deletions

View file

@ -195,6 +195,12 @@ miracled_LDADD = \
$(DEPS_LIBS)
miracled_LDFLAGS = $(AM_LDFLAGS)
#
# miracle-gst.sh
#
bin_SCRIPTS = res/miracle-gst.sh
#
# Tests
#