[Common/Subplugin] Internal API to handle subplugins
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 27 Nov 2018 12:28:11 +0000 (21:28 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Mon, 3 Dec 2018 06:04:34 +0000 (15:04 +0900)
commita703e05a745da26697b227bb62fa075cec85ceb0
treeee40f8f2f993a47819437ff3f8729a71928ab346
parent2139948711102d816fd51c07df9aa8d61f9deca2
[Common/Subplugin] Internal API to handle subplugins

Any subplugin-using elements may call get_subplugin () to
get internal data (set of callbacks) of the subplugin.

Next Step: modify tensor_decoder to use nnstreamer_subplugin.h
and test with it.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
CMakeLists.txt
gst/nnstreamer/nnstreamer_subplugin.c [new file with mode: 0644]
gst/nnstreamer/nnstreamer_subplugin.h [new file with mode: 0644]