[0.3.144] Add PLAYER_DISPLAY_OVERLAY_SYNC_UI type for sync UI and video 31/258231/16 accepted/tizen/unified/20210730.130033 submit/tizen/20210723.051302 submit/tizen/20210729.005533
authorHyunil <hyunil46.park@samsung.com>
Wed, 12 May 2021 11:19:47 +0000 (20:19 +0900)
committerHyunil <hyunil46.park@samsung.com>
Fri, 23 Jul 2021 01:48:08 +0000 (10:48 +0900)
commit9dea013aaf654e1c346bf5dab57dbd0e97490742
tree8a62f0f0238bf83a1e71611725320206a83f3167
parent17c67e7d7ad8b942dc2ef2b0069afd4d1fffed46
[0.3.144] Add PLAYER_DISPLAY_OVERLAY_SYNC_UI type for sync UI and video

- player_set_display could get wayland tizen exported shell handle with new type
- Display related function set as PLAYER_DISPLAY_OVERLAY cannot be used except for visible
  and PLAYER_ERROR_NOT_AVAILABLE is returned if they are used
- Add sample function to player_test with move, resize and transform
- Video is always rendered at full scale inside tizen exported shell

Change-Id: I61c20cb7e124d16a86b0a11dbd941f6ae693b7d8
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
include/player.h
packaging/capi-media-player.spec
src/player.c
test/CMakeLists.txt
test/player_test.c