[gstreamer-bugs] [Bug 625396] gst_debug_remove_log_function doesn't remove default log handler

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Dec 19 23:56:58 PST 2010


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

Stefan Kost (gstreamer, gtkdoc dev) <ensonic> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ensonic at sonicpulse.de

--- Comment #21 from Stefan Kost (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2010-12-20 07:56:54 UTC ---
(In reply to comment #17)
> Just pulled gstreamer git head and compiled. 
> This doesn't work in windows.
> 
> When in gstinfo.c, g_module_symbol returns 0x3ed5560 for gst_debug_log_default,
> and when in my application, code
> 
> gpointer ptr=&gst_debug_log_default returns 0x3e298e2

We cannot fix that behaviour in all cases. That is the reason for my change.
After the change we don't compare the internal address with the external one.

With the latest git, do the tests pass? There should be no code in core left
that does gpointer ptr=&gst_debug_log_default, so where do you still see a
problem if any.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list