[Bug 674320] Various improvements for logging on W32
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Apr 20 03:47:52 PDT 2012
https://bugzilla.gnome.org/show_bug.cgi?id=674320
GStreamer | gstreamer (core) | git
Wim Taymans <wim.taymans> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEEDINFO
CC| |wim.taymans at gmail.com
--- Comment #4 from Wim Taymans <wim.taymans at gmail.com> 2012-04-20 10:47:49 UTC ---
It all look fine to me except this:
-gst_debug_set_colored (gboolean colored)
+gst_debug_set_colored (gint colored)
It should be something like:
gst_debug_set_color_mode (gint mode);
or even:
typedef enum {
GST_DEBUG_COLOR_MODE_OFF = 0,
GST_DEBUG_COLOR_MODE_ON = 1,
GST_DEBUG_COLOR_MODE_UNIX = 2
} GstDebugColorMode;
gst_debug_set_color_mode (GstDebugColorMode mode);
You want to change this?
--
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