[Decoder] Enable decoder subplugins
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 6 Nov 2018 11:39:24 +0000 (20:39 +0900)
committerMyungJoo Ham <myungjoo.ham@gmail.com>
Thu, 8 Nov 2018 11:35:52 +0000 (20:35 +0900)
commit09f5c9b2dccf5f7388d1e4856dd050603b4550d3
treee89f2f989a08b7cb16a8717903e63ae07eb9d0e6
parentcab5349554bc5defaf1eefbb22bb944400b188fa
[Decoder] Enable decoder subplugins

Because there will be many decoding mechanisms,
we support subplugins for decoder.

In later commits, we will remove any decoding
mechanisms from the main decoder and the main
decoder (tensordec.c) will only be acting as
main loop for different decoders.

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