GNOME Bugzilla – Bug 766470
Add gst_print(), gst_println(), gst_printerr(), gst_printerrln(), etc
Last modified: 2016-11-12 10:57:07 UTC
... which use our printf stuff and can thus use GST_PTR_FORMAT.
I suggested gst_print() + gst_printerr() a while back as well, I think those would be useful. I don't know about gst_println()/printerrln(), seems a bit over the top, it's a minor inconvenience, no? What's the point here? So you can easily convert to GST_LOG statements?
Convenience and it's easy enough to add :) Also most other languages and libraries have a print and println/print_line function, simply because you usually always want to print with a "\n" at the end.
Created attachment 339633 [details] [review] gst: add gst_print(), gst_println(), gst_printerr(), gst_printerrln()
commit 66d2bae604cc2e605a3b96f1bca95837df2c3411 Author: Tim-Philipp Müller <tim@centricular.com> Date: Fri Nov 11 16:11:15 2016 +0000 Add gst_print(), gst_println(), gst_printerr(), gst_printerrln() Useful for debugging. https://bugzilla.gnome.org/show_bug.cgi?id=766470