ohsewon / test

0 stars 0 forks source link

[PR][CLOSED] [TensorMux] Append GstMemory according to the setcaps order #286

Closed ohsewon closed 5 years ago

ohsewon commented 5 years ago

Issue by jijoong-moon Monday Jul 16, 2018 at 07:16 GMT Originally opened as https://github.sec.samsung.net/STAR/nnstreamer/pull/286


PR Description

There was potential bugs due to saving without considering setcaps order. Previously, the tensors meta is not consisitent with saving GstMemory in outbut buffer. Because it was not considered the order of save GstMemory from sink. Mostly it is because gstreamer is working by asynchronous manner. Therefore _get_tensor_order which give right order to save is added.

Changes proposed in this PR:

Resolves : #267

Self evaluation:

  1. Build test: [X]Passed [ ]Failed [ ]Skipped
  2. Run test: [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: jijoong.moon jijoong.moon@samsung.com


jijoong-moon included the following code: https://github.sec.samsung.net/STAR/nnstreamer/pull/286/commits