[Aggregator] initial commit
authorJaeyun <jy1210.jung@samsung.com>
Wed, 29 Aug 2018 08:05:43 +0000 (17:05 +0900)
committerMyungJoo Ham <myungjoo.ham@gmail.com>
Tue, 4 Sep 2018 06:27:11 +0000 (15:27 +0900)
commit2626aa2b4882b45df39d43d77ccddcbf964590ea
tree7f50f732067b18238c583380259758029e2ca61b
parent6e0c982b8714cc59568eb1e71ed034e2c4eaae8d
[Aggregator] initial commit

Plugin to aggregate tensor stream. (used gst-adapter)

1. add properties to set output frames
 - frames-in : number of frames in input buffer
 - frames-out : number of frames in output buffer
 - frames-flush : number of frames to flush data

2. testcase (stream with aggregater) will be added soon.

**Self evaluation:**
1. Build test: [*]Passed [ ]Failed [ ]Skipped
2. Run test: [*]Passed [ ]Failed [ ]Skipped

related issue : #474 [Advanced Queueing] Support aggregation

Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
CMakeLists.txt
gst/tensor_aggregator/CMakeLists.txt [new file with mode: 0644]
gst/tensor_aggregator/tensor_aggregator.c [new file with mode: 0644]
gst/tensor_aggregator/tensor_aggregator.h [new file with mode: 0644]