gst-device-monitor: Use g_printerr instead of g_error
authorNirbheek Chauhan <nirbheek@centricular.com>
Wed, 6 Jan 2016 04:42:43 +0000 (10:12 +0530)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 14 Jan 2016 17:51:13 +0000 (17:51 +0000)
commitbc90841c7d069fcdb0e6d681f1cbf8a326e080f3
treed4b9f8af11c707a0472510ef9718e136e929a974
parent0d18717912d4a2aea693831d090717c6258fbe79
gst-device-monitor: Use g_printerr instead of g_error

g_error is meant to be used for programmer errors (causes an abort),
not for expected runtime errors.
tools/gst-device-monitor.c