wl2776 wrote
Unfortunately, I cannot find any analogs to GST_DEBUG, GST_LOG, etc functions.
GST_DEBUG_BIN_TO_DOT_FILE macro is of particular interest.
Oups... Looks like no way currently.
$GSTREAMER-SHARP/source/gstreamer-sharp-source.xml says:
<exclude>../../gstreamer/gst/gstdebugutils.h</exclude>
<exclude>../../gstreamer/gst/gstinfo.h</exclude>
<exclude>../../gstreamer/gst/gstxml.h</exclude>
That's a pity, because I use them very extensively. And I am not so much experienced in C# to write these bindings myself.