fixup! Revise codes to use new subfunctions to init/set GValue 00/239700/1 accepted/tizen/unified/20200729.165557 submit/tizen/20200729.053706
authorSangchul Lee <sc11.lee@samsung.com>
Wed, 29 Jul 2020 05:31:34 +0000 (14:31 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Wed, 29 Jul 2020 05:32:18 +0000 (14:32 +0900)
Change-Id: Ie2519ae55d9192d5fa68a87105b835492975369c
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
src/media_streamer_node.c

index 1308cce..d39fa70 100644 (file)
@@ -604,7 +604,7 @@ static int __ms_adaptive_src_node_set_property(media_streamer_node_s *node, para
                return MEDIA_STREAMER_ERROR_INVALID_PARAMETER;
        }
 
-       ret = __ms_param_value_init(val, param->data_type);
+       ret = __ms_param_value_set(val, param->data_type, param_value);
 
        return ret;
 }