summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorOle André Vadla Ravnås <ole.andre.ravnas@tandberg.com>2008-05-07 13:48:28 +0000
committerOle André Vadla Ravnås <ole.andre.ravnas@tandberg.com>2008-05-07 13:48:28 +0000
commit04adbf5be3334384b6cb6fd13b8cd605ab52be28 (patch)
treeb9d95a372a712f10c95ea146d96b7b2bc9880ccb /ChangeLog
parent6decc304f4c5ec1f93e54702f75cb092bda9c4c4 (diff)
sys/directdraw/gstdirectdrawsink.c
Original commit message from CVS: * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc): Clear the flags on recycled buffers from buffer_alloc. Partially fixes #520885.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39f91744..7d8619a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
+ * sys/directdraw/gstdirectdrawsink.c
+ (gst_directdraw_sink_buffer_alloc):
+ Clear the flags on recycled buffers from buffer_alloc.
+ Partially fixes #520885.
+
+2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
+
* gst/rtp/gstrtpilbcpay.c:
Added missing stdlib.h include for strtol(), and made include ordering and
style consistent with the corresponding depayloader.