[Bug 698091] fix printf format
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Apr 15 15:24:29 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=698091
GStreamer | gst-streaming-server | git
Tim-Philipp Müller <t.i.m> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
CC| |t.i.m at zen.co.uk
Ever Confirmed|0 |1
--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2013-04-15 22:24:23 UTC ---
Looks fine, but I don't understand why the code here does
s = g_strdup_printf (...)
GST_DEBUG_OBJECT (obj, "%s", s);
g_free (s);
instead of just
GST_DEBUG_OBJECT (obj, "....", ...);
David?
--
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