Add timestamp member on buffer structure 23/283023/2
authorKwanghoon Son <k.son@samsung.com>
Mon, 17 Oct 2022 01:02:55 +0000 (21:02 -0400)
committerKwanghoon Son <k.son@samsung.com>
Mon, 17 Oct 2022 01:51:17 +0000 (21:51 -0400)
[Version] 0.0.8
[Issue Type] New feature

Change-Id: I53f6109e2f0adcfc84908cd79daf8b9ac0816397
Signed-off-by: Kwanghoon Son <k.son@samsung.com>
include/vision_source_interface.h
packaging/vision-source.spec

index f8716db9532a193e2f0a902a06b0d2abb0a83f05..99c36cd6e0516192a73d34e1eebf9606aa4e6786 100644 (file)
@@ -133,8 +133,7 @@ typedef struct vision_source_buffer
        uint32_t total_size;
        uint32_t num_planes;
        vision_source_plane_s planes[BUFFER_PLANE_MAX];
-       // uint32_t num_bos;
-       // void *bos[BUFFER_PLANE_MAX];
+       uint64_t timestamp;
 } vision_source_buffer_s;
 
 typedef enum vision_source_error
index 43d9f4a9e894c90e72585b15eda4afad27842d2b..45d2eb71b17a1c65b4856e1a594bd1e4699233bd 100644 (file)
@@ -1,6 +1,6 @@
 Name:        vision-source
 Summary:     vision source
-Version:     0.0.7
+Version:     0.0.8
 Release:     0
 Group:       Multimedia/Framework
 License:     Apache-2.0