[ACR-1427] Get the supported input format of external media stream 49/210149/6 submit/tizen/20190722.103353 submit/tizen/20190723.041031
authorEunhye Choi <eunhae1.choi@samsung.com>
Mon, 15 Jul 2019 11:40:36 +0000 (20:40 +0900)
committereunhae choi <eunhae1.choi@samsung.com>
Mon, 22 Jul 2019 02:48:56 +0000 (02:48 +0000)
commita47cbd75d3261c55625c2ec30be7e0a6f7fd0e74
treedb1219670cbab6073f4878f86d1089776c0f936d
parentdf360acfdd460810f04867b0e7d83e382d2aa5a5
[ACR-1427] Get the supported input format of external media stream

- Add API to get the supported input media format
  of external media source stream
- Add new error code: PLAYER_ERROR_NOT_SUPPORTED_FORMAT
- Add error return value of player_set_media_stream_info()
  PLAYER_ERROR_INVALID_OPERATION : missed error
  PLAYER_ERROR_NOT_SUPPORTED_FORMAT : newly added error

Change-Id: I8c2bd94f8b72fec01c832c2ebce3d5afc41979bf
include/player.h
src/player.c
test/player_es_push_test.c