From bd11d3c9d2ed40b62d91d841949bb62ceb109366 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 11 Apr 2007 10:25:25 +0000 Subject: gst/udp/gstudp.c: Register GstNetBuffer in plugin_init so that the type can be used from multiple threads without races. Original commit message from CVS: * gst/udp/gstudp.c: (plugin_init): Register GstNetBuffer in plugin_init so that the type can be used from multiple threads without races. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ae08c215..1543ad07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-04-11 Wim Taymans + + * gst/udp/gstudp.c: (plugin_init): + Register GstNetBuffer in plugin_init so that the type can be used from + multiple threads without races. + 2007-04-10 Wim Taymans * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps), -- cgit