After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 143953 - Crash cause by gst_data_is_writable + audioconvert
Crash cause by gst_data_is_writable + audioconvert
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.8.2
Other Linux
: Normal normal
: 0.8.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-06-08 14:31 UTC by Francis Labonte
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Francis Labonte 2004-06-08 14:31:53 UTC
Hi,

gst-launch is crashing when I read a wav 32bits.  I have look inside the code
and it crash somewhere when audioconvert is trying to write to the destination
buffer.

I think there is a mistake in gst_data_is_writable in gstdata.c.  TRUE should be
return when refcount==1 and READONLY is not set. Otherwise, FALSE should be
returned.
Comment 1 Benjamin Otte (Company) 2004-06-20 20:49:53 UTC
Ooops, emberassing bug.

Thanks, it's fixed.