Skip to content

Commit

Permalink
[ml-service] Change caps prop to caps filter of appsrc
Browse files Browse the repository at this point in the history
The ml-service-query-client test sometimes fails.
Let's revert the change and repeat the tests.

Related issue: #421

Signed-off-by: gichan2-jang <gichan2.jang@samsung.com>
  • Loading branch information
gichan-jang authored and jaeyun-jung committed May 27, 2024
1 parent 27b006b commit 2aae0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/src/ml-api-service-query-client.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ ml_service_query_create (ml_option_h option, ml_service_h * handle)
prop = g_string_free (tensor_query_client_prop, FALSE);
description =
g_strdup_printf
("appsrc name=srcx caps=%s ! tensor_query_client %s name=qcx ! tensor_sink name=sinkx async=false sync=false",
("appsrc name=srcx ! %s ! tensor_query_client %s name=qcx ! tensor_sink name=sinkx async=false sync=false",
caps, prop);

status = ml_pipeline_construct (description, NULL, NULL, &pipe_h);
Expand Down

0 comments on commit 2aae0b4

Please sign in to comment.