summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3cad4548..f3a1d277 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2008-08-26 Edward Hervey <edward.hervey@collabora.co.uk>
+ * gst/dccp/gstdccp.c: (gst_dccp_read_buffer),
+ (gst_dccp_send_buffer), (gst_dccp_set_sock_windowsize):
+ size_t's size varies by platform/architecture. Use glib convenience
+ macro instead. Fixes build on macosx.
+ Remove ending '\n' in debug statements.
+
+2008-08-26 Edward Hervey <edward.hervey@collabora.co.uk>
+
* gst/pcapparse/gstpcapparse.c: (gst_pcap_parse_class_init):
Remove unused code and fix includes.