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 791253 - document tracer plugins
document tracer plugins
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Windows
: Normal enhancement
: 1.13.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-12-05 10:42 UTC by Matthew Waters (ystreet00)
Modified: 2017-12-18 11:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
common: docs: add support for documenting tracer plugins (5.14 KB, patch)
2017-12-05 10:43 UTC, Matthew Waters (ystreet00)
committed Details | Review
gstreamer: docs: include tracers in documentation (9.36 KB, patch)
2017-12-05 10:43 UTC, Matthew Waters (ystreet00)
committed Details | Review

Description Matthew Waters (ystreet00) 2017-12-05 10:42:02 UTC
See commit.
Comment 1 Matthew Waters (ystreet00) 2017-12-05 10:43:34 UTC
Created attachment 365014 [details] [review]
common: docs: add support for documenting tracer plugins
Comment 2 Matthew Waters (ystreet00) 2017-12-05 10:43:59 UTC
Created attachment 365015 [details] [review]
gstreamer: docs: include tracers in documentation
Comment 3 Tim-Philipp Müller 2017-12-08 15:04:33 UTC
Nice!

I'd say just push it?
Comment 4 Matthew Waters (ystreet00) 2017-12-14 04:22:23 UTC
common:
commit 3fa2c9e372bceec30be91e67fb02b6cb05bed493
Author: Matthew Waters <matthew@centricular.com>
Date:   Tue Dec 5 21:31:50 2017 +1100

    docs: add support for documenting tracer plugins
    
    Adds the necessary xsl templates for tracer's based entirely on the
    existing element template
    
    https://bugzilla.gnome.org/show_bug.cgi?id=791253

gstreamer:
commit a0400a0d28fb02b831c3e3472218d9ab025d97af
Author: Matthew Waters <matthew@centricular.com>
Date:   Tue Dec 5 21:36:34 2017 +1100

    docs: include tracers in the documentation
    
    Requires exposing the tracer GType from the GstTracerFactory in order
    to link the plugin with the tracer in the documentation.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=791253
Comment 5 Stefan Sauer (gstreamer, gtkdoc dev) 2017-12-18 11:26:11 UTC
Thanks!