[Bug 680091] [0.11] dvbsuboverlay: mangles video timestamps (?), crash on composition unref

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jul 19 05:40:35 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=680091
  GStreamer | gst-plugins-bad | 0.11.x

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.11.x

--- Comment #4 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2012-07-19 12:40:29 UTC ---
I think with the fixes in core this can be closed now. Thanks for tracking this
down!

The GSlice abort is fixed by:

commit ed8504e5906f9420999dc02b31d18e0be47ea557
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date:   Thu Jul 19 13:33:22 2012 +0100

    video-overlay-composition: fix GSlice alloc/free size mismatch

    Fix copy'n'paste bug which made us allocate a slice of the
    size of a rectangle for the overlay composition, but then
    free it passing the size of an overlay composition, which
    is not something GSlice takes to kindly, resulting in scary
    aborts like:

    ***MEMORY-ERROR***: GSlice: assertion failed: sinfo->n_allocated > 0

    Also, g_slice_new already includes a cast, so remove our
    own casts, without which the compiler would probably have
    told us about this ages ago.

    https://bugzilla.gnome.org/show_bug.cgi?id=680091

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