GNOME Bugzilla – Bug 143953
Crash cause by gst_data_is_writable + audioconvert
Last modified: 2004-12-22 21:47:04 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.
Ooops, emberassing bug. Thanks, it's fixed.