[Demux] Bugfix for set_property function
authorSangjung Woo <sangjung.woo@samsung.com>
Wed, 15 Jul 2020 09:36:05 +0000 (18:36 +0900)
committerwooksong <wook16.song@samsung.com>
Thu, 16 Jul 2020 04:14:26 +0000 (13:14 +0900)
commit6449d45e617e5f79ca4093421f00f10d43753e58
treeaba93d9f131a7a463e2333e9ba4460bbcd47c5d6
parentf7b16f3127235f59479b04e3c10ada7a1ca075d4
[Demux] Bugfix for set_property function

If `tensorpick` property of demux element is set twice by calling
g_object_set() function, the previous value should be removed and
new one should be written. However, the value is appended and it can
make a problem. This patch fixes this bug.

Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
gst/nnstreamer/tensor_demux/gsttensordemux.c