summaryrefslogtreecommitdiffstats
path: root/waltham-transmitter/waltham-renderer/README
blob: a3357bd0020e35340f7f4c87273099877ab3235e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.