gst-launch: Use gst_print* instead of g_print* to fix broken stdout on Windows
authorSeungha Yang <seungha.yang@navercorp.com>
Mon, 19 Aug 2019 16:02:48 +0000 (01:02 +0900)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 1 Oct 2019 11:40:32 +0000 (12:40 +0100)
commit3ffd1e4f1d24485253cad05f752aa34c257409d3
treece06ddf6145248315f532c9a71d4abaf13c2451a
parent32b7108d54447f79a0a70ff9504ced877c069706
gst-launch: Use gst_print* instead of g_print* to fix broken stdout on Windows

Concurrent Windows' colored debug message and g_print will print
string hard to read. Instead, use gst_print* which serialize
debug output and the APIs call.
tools/gst-launch.c