add more tests

This commit is contained in:
Wim Taymans 2019-01-07 18:00:23 +01:00
parent 5b7ddb0105
commit 19e4b04939
5 changed files with 137 additions and 0 deletions

View file

@ -43,6 +43,8 @@ enum spa_data_type {
* struct spa_data is set. */
SPA_DATA_MemFd, /**< generic fd, mmap to get to memory */
SPA_DATA_DmaBuf, /**< fd to dmabuf memory */
SPA_DATA_LAST, /**< not part of ABI */
};
/** Chunk of memory */

View file

@ -42,6 +42,8 @@ enum spa_meta_type {
SPA_META_VideoDamage,
SPA_META_Bitmap,
SPA_META_Cursor,
SPA_META_LAST, /**< not part of ABI/API */
};
/**