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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Mar 16 15:37:40 PDT 2010


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

--- Comment #1 from David Schleef <ds at schleef.org> 2010-03-16 22:37:38 UTC ---
Alternatively, we could handle %P right before calling g_strdup_vprintf() in
gst_debug_message_get() by replacing all instances of %P in the pattern with
the caps string.  This would only work if %P is the first % instance, though.

Or... implement %P in glib, since glib's printf implementation is used if glibc
is not used.  (Er, maybe.  Don't know if that's true always.)

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