e_config,e_comp_wl_capture: Add configuration value for video capture. 91/221891/4
authorSeunghun Lee <shiin.lee@samsung.com>
Wed, 8 Jan 2020 06:46:28 +0000 (15:46 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Wed, 8 Jan 2020 09:08:09 +0000 (09:08 +0000)
commit1d54ecd9bdb103ae040ac5b05c20fc08b9dd5209
treef6b9dc0b8e7f2228b0581605c3b83c33e0971944
parentb1d9b8fef92c346bfb8339fe426ed82446582369
e_config,e_comp_wl_capture: Add configuration value for video capture.

A variable 'save_video_buffer' is added for configuration of video
capture feature.
Some platform has to set it zero for disabling this feature.

The reason for introducing this is as follow:
On some platform, a video client doesn't present its image buffer,
but present something like dummy buffer having meta information to display
server. Thus, it doesn't make any sense to save this kind of buffer as an
image file, and it can even cause crash like SIGSEGV.
For this reason, this has to be disabled on such platform.

Change-Id: I1b4cc97a41065f6fb8fb36bb42d500fd143ea97a
src/bin/e_comp_wl_capture.c
src/bin/e_config.c
src/bin/e_config.h