summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-04-11 10:25:25 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-04-11 10:25:25 +0000
commitbd11d3c9d2ed40b62d91d841949bb62ceb109366 (patch)
tree7348b00b2728a2684c2ef72e9f3a9334a8acedf4 /ChangeLog
parentcc6d9363e45829cbf3562964482c803283c81a82 (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ae08c215..1543ad07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-04-11 Wim Taymans <wim@fluendo.com>
+
+ * 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 <wim@fluendo.com>
* gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),