hi,
I pushed my porting effort of the gst-debug-viewer. gtk-debug-viewer was still gtk+2 based and if we'd like to add more features (e.g. GstTracer graphs), porting sounded like a good idea. While the port kind-of works it is unfortunately starting up real slow. This might be gtk+3 related (the treeview model) or gobject introspection (its written in python) - or both. If anyone can help to profile this, I am running out of ideas. https://github.com/ensonic/gst-devtools/tree/debug-viewer-gtk3 Stefan _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
On 01/12/2016 10:04 AM, Stefan Sauer wrote:
> hi, > > I pushed my porting effort of the gst-debug-viewer. gtk-debug-viewer was > still gtk+2 based and if we'd like to add more features (e.g. GstTracer > graphs), porting sounded like a good idea. While the port kind-of works > it is unfortunately starting up real slow. This might be gtk+3 related > (the treeview model) or gobject introspection (its written in python) - > or both. If anyone can help to profile this, I am running out of ideas. > > https://github.com/ensonic/gst-devtools/tree/debug-viewer-gtk3 > > Stefan > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel A quick update. While it is slower than the gtk+2 version still it would be nice if people could start testing it. Since it is python, we'll only find bugs when hitting them :/ The branch is rebased. Please also let me know wheter the performance is okayish enough to actually merge the branch. Stefan _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
On Fr, 2016-03-25 at 22:29 +0100, Stefan Sauer wrote:
> > A quick update. While it is slower than the gtk+2 version still it would > be nice if people could start testing it. Since it is python, we'll only > find bugs when hitting them :/ The branch is rebased. > > Please also let me know wheter the performance is okayish enough to > actually merge the branch. Maybe merge it now, and then let's fix up any problems that are reported. It seems like none of the users of gst-debug-viewer is reading the mailing list anyway :) -- Sebastian Dröge, Centricular Ltd · http://www.centricular.com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel signature.asc (968 bytes) Download Attachment |
On 03/27/2016 10:47 AM, Sebastian Dröge wrote:
> On Fr, 2016-03-25 at 22:29 +0100, Stefan Sauer wrote: >> >> A quick update. While it is slower than the gtk+2 version still it would >> be nice if people could start testing it. Since it is python, we'll only >> find bugs when hitting them :/ The branch is rebased. >> >> Please also let me know wheter the performance is okayish enough to >> actually merge the branch. > Maybe merge it now, and then let's fix up any problems that are > reported. It seems like none of the users of gst-debug-viewer is > reading the mailing list anyway :) done. Stefan _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |