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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Oct 14 14:20:31 UTC 2016


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

--- Comment #2 from Thibault Saunier <tsaunier at gnome.org> ---
Created attachment 337719
  --> https://bugzilla.gnome.org/attachment.cgi?id=337719&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