summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Cote <sebas642@yahoo.ca>2006-10-11 08:34:14 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-10-11 08:34:14 +0000
commit734243efa288947fa6296f2917550b8e85bbb50f (patch)
tree660c648391a5a10e4c8142304a6e3837a01071b8 /ChangeLog
parent2738e1f8a91e1547ab5d6aa321fff6a9221c5454 (diff)
gst/udp/gstudpsrc.c: Fix some leaks in caps and uris. Fixes #361252.
Original commit message from CVS: Patch by: Sebastien Cote <sebas642 at yahoo dot ca> * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri), (gst_udpsrc_start): Fix some leaks in caps and uris. Fixes #361252.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e84a8fd5..60bd7cdf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-10-11 Wim Taymans <wim@fluendo.com>
+
+ Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
+
+ * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
+ (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
+ (gst_udpsrc_start):
+ Fix some leaks in caps and uris. Fixes #361252.
+
2006-10-10 Tim-Philipp Müller <tim at centricular dot net>
* gst/wavparse/Makefile.am: