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 340674 - marry gst-debugs & plot-timeline.py
marry gst-debugs & plot-timeline.py
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Low enhancement
: 0.10.10
Assigned To: Stefan Sauer (gstreamer, gtkdoc dev)
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-05-04 19:19 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2006-08-23 18:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
emit strace markers for log calls (1.75 KB, patch)
2006-05-04 19:21 UTC, Stefan Sauer (gstreamer, gtkdoc dev)
reviewed Details | Review
plot gst-debug logs (6.61 KB, patch)
2006-08-18 11:54 UTC, Stefan Sauer (gstreamer, gtkdoc dev)
none Details | Review

Description Stefan Sauer (gstreamer, gtkdoc dev) 2006-05-04 19:19:14 UTC
the attached patch allows to plot gst-debugs logs using:

http://primates.ximian.com/~federico/docs/login-profile/plot-timeline.py
http://primates.ximian.com/~federico/news-2006-03.html#09

useful or not, its the first time GST_DEBUG="*:5" generates pretty pictures :)
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2006-05-04 19:21:24 UTC
Created attachment 64828 [details] [review]
emit strace markers for log calls
Comment 2 Tim-Philipp Müller 2006-05-04 22:45:43 UTC
This is neat stuff, no question about it, but IMHO it doesn't belong into GStreamer proper, it's the kind of thing you keep around as a patch (IMHO).
Comment 3 Stefan Sauer (gstreamer, gtkdoc dev) 2006-05-05 08:12:00 UTC
Yeah I know. Thats why I've put it here :)
Comment 4 Tim-Philipp Müller 2006-06-12 16:29:18 UTC
> Yeah I know. Thats why I've put it here :)

Can we close this bug then?
 

Comment 5 Stefan Sauer (gstreamer, gtkdoc dev) 2006-06-16 09:24:42 UTC
Please let it open for a while. I'll try to hack the plottimeline.py instead to generated plots from unmodified debug output.

I also down prioritized the bugentry.
Comment 6 Stefan Sauer (gstreamer, gtkdoc dev) 2006-08-18 11:54:34 UTC
Created attachment 71143 [details] [review]
plot gst-debug logs

plot nice artwork directly from gst-debug logs, no more mods of gst_debug_log required

Question: where can we put this?
Comment 7 Stefan Sauer (gstreamer, gtkdoc dev) 2006-08-23 10:44:21 UTC
TODO:
* add to gstreamer/tools/
* dist, but don't install
Comment 8 Stefan Sauer (gstreamer, gtkdoc dev) 2006-08-23 18:53:22 UTC
2006-08-23  Stefan Kost  <ensonic@users.sf.net>

	* tools/Makefile.am:
	* tools/gst-plot-timeline.py:
          add debug-log plotting developer tool (#340674)