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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jul 27 07:15:34 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|REOPENED                    |NEEDINFO

--- Comment #9 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-07-27 14:15:31 UTC ---
I fixed the compilation in git (hopefully).

I'm not entirely sure I understand your issue correctly.

What do you expect your debug output handlers to be called with exactly? The
GST_DEBUG debug output? That's not going to work any more, see the commit
message at
http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=9d4caf8d8c6dd0018258fe97451201a3790e6ca8
. This is on purpose and there's no intention to "fix" this again (however,
this used to go via the glib printerr handler not the glib print handler
afaik).

If you want to capture the GStreamer debug messages, you will need to set up a
handler via gst_debug_add_log_function().

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