[Bug 772936] tracer: Allow outputting logs (in particular tracer logs) in Common Trace Format (ctf)

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Oct 18 10:21:32 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=772936

Thibault Saunier <tsaunier at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #337719|0                           |1
        is obsolete|                            |

--- Comment #7 from Thibault Saunier <tsaunier at gnome.org> ---
Created attachment 337926
  --> https://bugzilla.gnome.org/attachment.cgi?id=337926&action=edit
tracer: Add support for outputing traces in Common Trace Format

Implement a GstTracerCtfRecord class, subclassing the GstTracerRecord
class. Activate it when the GST_TRACE_FORMAT is 'ctf'.

This patches adds the following virtual methods to the GstTracerRecord
class:

  *  gboolean (*build_format) (GstTracerRecord * self, GstStructure
*structure);
  *  void (*log) (GstTracerRecord * self, va_list var_args);

-- 
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