[gstreamer-bugs] [Bug 635860] gst-introspection tool [review]

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Feb 4 02:30:04 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=635860
  GStreamer | gst-python | git

--- Comment #5 from Florent Thiery <florent.thiery at ubicast.eu> 2011-02-04 10:30:00 UTC ---
Hello,

Luis, unfortunately, the git project you set up was based on a largely outdated
version.

I recently improved the code base, fixed bugs, removed external deps, replaced
prints by proper python logging, and added the following features:
  * dot graph displayer
  * gst.Element type message debugger/viewer (along with data content preview)
  * read-only values are now set to sensitive(False), and they are regularly
polled to display the new value. For instance, this allows to monitor the queue
filling status

The new code is here: 
https://github.com/fthiery/gst-gengui

It's developped and tested on Ubuntu 10.04.

Could you please use this as main import branch rather ?

Also, for the read-only properties polling, i tried using
queue.connect('notify::current-level-time', callback) but it doesn't seem to
work at all: callback is never called, so i did some rought get_property-based
polling. Any hints ?

Florent

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the gstreamer-bugs mailing list