From 35ee03887eef55c3210b256ae9cd1f3f9ccf6c51 Mon Sep 17 00:00:00 2001 From: Wataru Mizuno Date: Mon, 16 Jul 2018 18:28:11 +0900 Subject: README: example configuration for gstreamer pipeline README contains how to configure gstreamer pipeline to be used by waltham-renderer. Example configuration files specified as pipline_example*.cfg . Change-Id: I7195bf9168d1093f6f52d8f65b122ab359eb71bc Signed-off-by: Wataru Mizuno --- waltham-transmitter/waltham-renderer/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 waltham-transmitter/waltham-renderer/README (limited to 'waltham-transmitter/waltham-renderer/README') diff --git a/waltham-transmitter/waltham-renderer/README b/waltham-transmitter/waltham-renderer/README new file mode 100644 index 0000000..a3357bd --- /dev/null +++ b/waltham-transmitter/waltham-renderer/README @@ -0,0 +1,13 @@ +Waltham renderer + +The waltham renderer creates buffer to be transmitted to other domain. +Current implementation it uses gstreamer. + +You can use gstreamer pipeline as you want by configuraing from "pipeline.cfg". +This file should be put "/etc/xdg/weston/". + +As a example, please refers the example file named "pipeline_example*.cfg". + -pipeline_example_general.cfg : Does not use any HW encoder. + -pipeline_example_intel.cfg : Use Intel's HW encoder. + -pipeline_example_rcar.cfg : Use Rcar's HW encoder. +Rename file as "pipeline.cfg" and put crrect place when you use them. \ No newline at end of file -- cgit 1.2.3-korg