GNOME Bugzilla – Bug 746809
debugutils: Plot GstCapsFeatures in dot files.
Last modified: 2015-04-01 11:19:39 UTC
This patch extends debug_dump_describe_caps to display GstCapsFeatures, which is very handy.
Created attachment 300349 [details] [review] display GstCapsFeatures in dot dump
Thanks, pushed with a follow-up: commit 1dd72f56eada174a5764015f4d3b157a6243b9a0 Author: Tim-Philipp Müller <tim@centricular.com> Date: Wed Apr 1 12:13:17 2015 +0100 debugutils: nicer printing of caps features Only print interesting caps features, don't append (memory:SystemMemory) to all caps, which makes them much more unwieldy and harder to read. Also use internal function to get caps features so that our printing has no side effects on the caps. https://bugzilla.gnome.org/show_bug.cgi?id=746809 commit 373af462db3a0d614337011e213eeccb593a0094 Author: Lubosz Sarnecki <lubosz.sarnecki@collabora.co.uk> Date: Thu Mar 26 13:05:57 2015 +0100 debugutils: plot caps features https://bugzilla.gnome.org/show_bug.cgi?id=746809