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)
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.


No differences found