GNOME Bugzilla – Bug 546689
Add GST_DEBUG_BIN_TO_DOT_FILE* to python bindings
Last modified: 2008-09-02 08:55:36 UTC
I'm attaching a patch that adds the functions to debug to dot files to bin object so they can be used to debug complex python apps.
Created attachment 116015 [details] [review] Implement GstBin.to_dot_file* in python bindings
Just realized I already committed this in a different way. 2008-08-11 Edward Hervey <edward.hervey@collabora.co.uk> * gst/gst-0.10.15.ignore: * gst/gst-types.defs: * gst/gst.defs: Add gstdebugutils.[ch] methods that weren't wrapped previously. We can now dump pipeline graphviz files from python ! :)