[gstreamer-bugs] [Bug 589849] [segment] Clipping fails to handle start=stop<segment_start correctly
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Tue Aug 11 04:04:41 PDT 2009
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=589849
GStreamer | gstreamer (core) | Ver: 0.10.24
Sebastian Dröge changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Component|gst-plugins-base |gstreamer (core)
Resolution| |FIXED
Summary|[baseaudiosink][regression] |[segment] Clipping fails to
|Segfault when rendering an |handle
|empty buffer |start=stop<segment_start
| |correctly
------- Comment #15 from Sebastian Dröge 2009-08-11 11:04 UTC -------
commit ca8a0376c5dda9aad1c726190585ba175160db4e
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date: Tue Aug 11 12:59:13 2009 +0200
gstsegment: Clipping should detect start=stop<segment_start as outside the
s
Before it returned that [start,stop] is inside the segment and that the
difference between segment_start and start needs to be clipped. If the
clipping is done on a buffer (like in baseaudiosink) this will result
in the data pointer being at a invalid memory position.
Fixes bug #589849.
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=589849.
More information about the Gstreamer-bugs
mailing list