GNOME Bugzilla – Bug 623233
GstNetBuffer initialization isn't thread safe.
Last modified: 2010-06-30 20:11:05 UTC
GstNetBuffer can be first used by more than one thread (if you have more than one rtp session in a gstrtpbin for example). Using G_DEFINE_TYPE to define it should fix that.
Created attachment 164989 [details] [review] netbuffer: Declare with G_DEFINE_TYPE for type safety
Looks like a good idea... let's get this in 0.10.30
commit 2f8dc27e291e5f0d0a43e0492272cb04737bf453 Author: Olivier Crête <olivier.crete@collabora.co.uk> Date: Wed Jun 30 15:13:10 2010 -0400 netbuffer: declare with G_DEFINE_TYPE for type safety Fixes #623233.