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 746809 - debugutils: Plot GstCapsFeatures in dot files.
debugutils: Plot GstCapsFeatures in dot files.
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
unspecified
Other All
: Normal enhancement
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-03-26 12:24 UTC by Lubosz Sarnecki
Modified: 2015-04-01 11:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
display GstCapsFeatures in dot dump (1.20 KB, patch)
2015-03-26 12:25 UTC, Lubosz Sarnecki
committed Details | Review

Description Lubosz Sarnecki 2015-03-26 12:24:22 UTC
This patch extends debug_dump_describe_caps to display GstCapsFeatures, which is very handy.
Comment 1 Lubosz Sarnecki 2015-03-26 12:25:14 UTC
Created attachment 300349 [details] [review]
display GstCapsFeatures in dot dump
Comment 2 Tim-Philipp Müller 2015-04-01 11:19:04 UTC
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