summaryrefslogtreecommitdiffstats
path: root/waltham-transmitter
AgeCommit message (Collapse)AuthorFilesLines
2019-02-18Merge "transmitter: Free the allocated memory"Jan-Simon Moeller1-0/+2
2019-02-15transmitter: Free the allocated memoryNaoko Tanibata1-0/+2
Free the allocated memory explicitly after it's used. Bug-AGL: SPEC-2058 Change-Id: Idad82117d9d9a415513cdda444ee253e9d2ec317 Signed-off-by: Naoko Tanibata <tnaoko@jp.adit-jv.com>
2019-02-15transmitter: Correct error handlingNaoko Tanibata1-1/+1
When drm_get_dma_fd_from_view() fails, it returns negative value. Therefore output->renderer->dmafd shall be compared with a negative in error handling. Bug-AGL: SPEC-2057 Change-Id: I5457e7db8ff8673cdf32a65ff2c17721bfc8d7f0 Signed-off-by: Naoko Tanibata <tnaoko@jp.adit-jv.com>
2018-11-23transmitter: Avoid multiple module load errorguppy_6.99.2guppy_6.99.1guppy/6.99.2guppy/6.99.16.99.26.99.1Naoko Tanibata3-4/+10
Change-Id: I6febcc9b9633364d1d3f1ef5c0edebd57665117a Signed-off-by: Naoko Tanibata <tnaoko@jp.adit-jv.com>
2018-11-19transmitter: Fix the return value of transmitter_output_enableNaoko Tanibata1-2/+7
Change-Id: I630c26ecbc506052baf1c9ea3ab3f07be1ff393a Signed-off-by: Naoko Tanibata <tnaoko@jp.adit-jv.com>
2018-11-07Fix libdir in cmake files for yoctoJan-Simon Möller2-2/+3
Change-Id: Ic4bd32662e3e0bd74ed7aeecdc8d9fb5678329b8 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-07-27README: fix the Typoflounder_5.99.6flounder_5.99.5flounder_5.99.4flounder_5.99.3flounder/5.99.6flounder/5.99.5flounder/5.99.4flounder/5.99.35.99.65.99.55.99.45.99.3Wataru Mizuno1-5/+5
Change-Id: I7a6cc86f784ea821a6a98d55f0bf878f6bf21d8d Signed-off-by: Wataru Mizuno <wmizuno@jp.adit-jv.com>
2018-07-27README: example configuration for gstreamer pipelineWataru Mizuno5-0/+22
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 <wmizuno@jp.adit-jv.com>
2018-07-27transmitter: initial commit for waltham-transmitterWataru Mizuno13-0/+3801
The waltham-transmitter is the plugin of weston to enable client applications to share surface between multiple domains. Change-Id: I691410f5b6e74fa981ae53201b728810373185a2 Signed-off-by: Wataru Mizuno <wmizuno@jp.adit-jv.com>