How to use GStreamer's debug system in C#?

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

How to use GStreamer's debug system in C#?

wl2776
Administrator
Unfortunately, I cannot find any analogs to GST_DEBUG, GST_LOG, etc functions.

GST_DEBUG_BIN_TO_DOT_FILE macro is of particular interest.
Reply | Threaded
Open this post in threaded view
|

Re: How to use GStreamer's debug system in C#?

wl2776
Administrator
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.