[gstreamer-bugs] [Bug 613081] New: [API] add GST_LOG_CAPS etc.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Mar 16 13:54:26 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=613081
  GStreamer | gstreamer (core) | git

           Summary: [API] add GST_LOG_CAPS etc.
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: t.i.m at zen.co.uk
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


On Windows, OSX and other systems (embedded builds etc.) neither
register_printf_specifier() nor register_printf_function() are available.

This makes GStreamer debug logs much less useful, since you don't get the caps
serialised in the debug log. This applies to other GST_PTR_FORMAT arguments as
well, but I think 95% of those are caps.

Therefore I propose to add some new API that works like

 GST_LOG_CAPS ("get_caps returned: ", caps);
 GST_LOG_OBJECT_CAPS (pad, "get_caps returned: ", caps);

etc.

so people on other platforms are not left out in the cold.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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