Comment 16 for bug 279800

Revision history for this message
Wim Taymans (wim-taymans) wrote :

I did some debugging here, it seems like a race in (the rewritten) basetransform could have caused this. A possible fix is commited to CVS, it seems to make banshee run fine for me now.

2008-10-21 Wim Taymans <email address hidden>

        * libs/gst/base/gstbasetransform.c:
        (gst_base_transform_prepare_output_buffer),
        (gst_base_transform_buffer_alloc), (gst_base_transform_suggest):
        Protect sink_alloc caps with the sinkpad lock to avoid nasty caps
        refcount problems as seen in banshee and maybe also in farsight2.
        Remove atomic int now that we need to take the lock anyways.