Add timestamp member on buffer structure
authorKwanghoon Son <k.son@samsung.com>
Mon, 17 Oct 2022 01:02:55 +0000 (21:02 -0400)
committerTae-Young Chung <ty83.chung@samsung.com>
Tue, 15 Nov 2022 05:04:21 +0000 (14:04 +0900)
[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 f8716db..99c36cd 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 43d9f4a..45d2eb7 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