Add private pointer 82/288782/1 accepted/tizen/7.0/unified/20230228.093318
authorKwanghoon Son <k.son@samsung.com>
Wed, 15 Feb 2023 06:24:51 +0000 (15:24 +0900)
committerkwang son <k.son@samsung.com>
Thu, 23 Feb 2023 03:07:24 +0000 (03:07 +0000)
[Version] 0.0.10
[Issue Type] New feature

Internal data processing request from the DA

Change-Id: I948a2793190aa0963cd189e217644266128baf19
Signed-off-by: Kwanghoon Son <k.son@samsung.com>
(cherry picked from commit 8aa4726ea2044711e4fcd234313f5f85f707b196)

include/vision_source_interface.h
packaging/vision-source.spec

index 99c36cd..06dc09d 100644 (file)
@@ -134,6 +134,7 @@ typedef struct vision_source_buffer
        uint32_t num_planes;
        vision_source_plane_s planes[BUFFER_PLANE_MAX];
        uint64_t timestamp;
+       void *priv;
 } vision_source_buffer_s;
 
 typedef enum vision_source_error
index 46c6406..ac95405 100644 (file)
@@ -1,6 +1,6 @@
 Name:        vision-source
 Summary:     vision source
-Version:     0.0.9
+Version:     0.0.10
 Release:     0
 Group:       Multimedia/Framework
 License:     Apache-2.0