[gstreamer-bugs] [Bug 638599] segmentation fault when using --gst-debug=dfbvideosink:5

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jan 3 16:58:31 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=638599
  GStreamer | gst-plugins-bad | git

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
                 CC|                            |t.i.m at zen.co.uk
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.21

--- Comment #4 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2011-01-04 00:58:26 UTC ---
That looks like GStreamer core was built against a libc that supports printf
format extensions (e.g. *glibc) (hence GST_PTR_FORMAT is defined to "P" not
"p"), but then for some reason GLib's internal printf is used instead of the
system one with the extension.

This should fix it:

 commit 98900a43c1964f5fd37e80e5f45518bbe875413b
 Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
 Date:   Tue Jan 4 00:48:15 2011 +0000

    gstinfo: don't use printf extensions if GLib isn't using the system printf

    Might help with https://bugzilla.gnome.org/show_bug.cgi?id=638599

Please re-open if it's still a problem with that patch (after recompiling the
directfb plugin as well).

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