After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 546689 - Add GST_DEBUG_BIN_TO_DOT_FILE* to python bindings
Add GST_DEBUG_BIN_TO_DOT_FILE* to python bindings
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-python
git master
Other Linux
: Normal normal
: 0.10.13
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-08-06 23:42 UTC by Olivier Crête
Modified: 2008-09-02 08:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Implement GstBin.to_dot_file* in python bindings (3.63 KB, patch)
2008-08-06 23:43 UTC, Olivier Crête
none Details | Review

Description Olivier Crête 2008-08-06 23:42:51 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.
Comment 1 Olivier Crête 2008-08-06 23:43:28 UTC
Created attachment 116015 [details] [review]
Implement GstBin.to_dot_file* in python bindings
Comment 2 Edward Hervey 2008-09-02 08:55:36 UTC
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 ! :)