[gstreamer-bugs] [Bug 625295] [info] Doesn't flush output stream after every debug print

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jul 26 10:16:54 PDT 2010


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

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #6 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-07-26 17:16:51 UTC ---
This should hopefully fix it. Please re-open if not. Thanks for the bug report.

 commit 4cecd73c93b0728cd0e4980ed8d0940c93f9129e
 Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
 Date:   Mon Jul 26 18:53:57 2010 +0200

    info: flush again after every line of debug output

    g_printerr() used to do this for us. Also use libc's fprintf() functions,
    to make sure the stderr pointer we use is actually compatible with the
    libc linked against by GStreamer (which apparently may not always be the
    same as what GLib is linked against on windows), and we don't need the
    functionality ensured by g_fprintf().

    Fixes #625295.

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