DS3.0: Invalid UTF-8 string passed to pango_layout_set_text()

I was trying to deploy ssd plugin in deepstream-app-test3. It can run successfully but always report a warning:
“(deepstream-test3-app:14261): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()”

Would u tell me the reason that cause this warning?

Here is the detail:
-P4:~/Downloads/DeepStream_Release/sources/apps/sample_apps/deepstream-test3$ ./deepstream-test3-app rtsp://192.168.8.73:8554/Video0
Now playing: rtsp://192.168.8.73:8554/Video0,

Using TRT model serialized engine /home/hite/Downloads/DeepStream_Release/sources/apps/sample_apps/deepstream-test3/sample_ssd_relu6.uff_b1_fp32.engine crypto flags(0)
Running…
FPS for the last 300 batches: 29.57

(deepstream-test3-app:14261): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()

(deepstream-test3-app:14261): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()

(deepstream-test3-app:14261): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()
FPS for the last 300 batches: 25.00
FPS for the last 300 batches: 25.00
FPS for the last 300 batches: 25.08

(deepstream-test3-app:14261): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()

(deepstream-test3-app:14261): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()

(deepstream-test3-app:14261): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()
FPS for the last 300 batches: 24.92
FPS for the last 300 batches: 25.00

(deepstream-test3-app:14261): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()
FPS for the last 300 batches: 25.00
FPS for the last 300 batches: 25.06
FPS for the last 300 batches: 25.03
FPS for the last 300 batches: 24.92
FPS for the last 300 batches: 25.00
FPS for the last 300 batches: 24.84
^C

Hi,

You already got some perf log:

FPS for the last 300 batches: 25.03
FPS for the last 300 batches: 24.92

So the deepstream works correctly in your environment. The warning do no harm to the pipeline.
Thanks.