summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2007-05-11 16:11:04 +0000
committerZaheer Abbas Merali <zaheerabbas@merali.org>2007-05-11 16:11:04 +0000
commit28713ecdf1ae07ace4eb5171fca7e626c86b455a (patch)
treeb13b479cbc0b6d9592a32afc965cb4c0fe3783d0 /ChangeLog
parent4128e375f1e3aa66f65a1469c1fb4f17e9d4d53d (diff)
sys/ximage/gstximagesrc.c (gst_ximage_src_open_display, gst_ximage_src_ximage_get):
Original commit message from CVS: Patch by: Eric Anholt * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display, gst_ximage_src_ximage_get): Use union of all damage between frames to make it faster. Fixes bug #342463. Also fix crasher when cursor is at bottom right of window.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d9b0d34..173bf909 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-05-11 Zaheer Abbas Merali <<zaheerabbas at merali dot org>>
+
+ Patch by: Eric Anholt
+
+ * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
+ gst_ximage_src_ximage_get):
+ Use union of all damage between frames to make it faster.
+ Fixes bug #342463.
+ Also fix crasher when cursor is at bottom right of window.
+
2007-05-11 Tim-Philipp Müller <tim at centricular dot net>
* gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):