ges: Port to gst_print*
authorSeungha Yang <seungha@centricular.com>
Tue, 27 Apr 2021 15:57:35 +0000 (00:57 +0900)
committerSeungha Yang <seungha@centricular.com>
Tue, 27 Apr 2021 16:17:12 +0000 (01:17 +0900)
commit6cd13c3b0956c4b8994b18533085f3efa08dfe48
tree17cafff4d0783710f142031b3c2f01068b852630
parent3ee867289762804d24557e80c3834b371507abb6
ges: Port to gst_print*

Sync with gst-launch, as g_print* will print broken string on Windows.
See also
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/258

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-editing-services/-/merge_requests/245>
22 files changed:
examples/c/concatenate.c
examples/c/ges-ui.c
examples/c/gessrc.c
examples/c/multifilesrc.c
examples/c/overlays.c
examples/c/play_timeline_with_one_clip.c
examples/c/simple1.c
examples/c/test2.c
examples/c/test3.c
examples/c/test4.c
examples/c/text_properties.c
examples/c/thumbnails.c
examples/c/transition.c
ges/ges-asset.c
ges/ges-timeline-tree.c
ges/ges-uri-asset.c
ges/ges.c
tests/benchmarks/timeline.c
tests/check/ges/test-utils.c
tools/ges-launcher.c
tools/ges-validate.c
tools/utils.c