From 20bc2905bb24f39e1d9b4d580cdff1c4c86fb418 Mon Sep 17 00:00:00 2001 From: Zaheer Abbas Merali Date: Fri, 11 May 2007 10:31:27 +0000 Subject: sys/ximage/gstximagesrc.c (gst_ximage_src_start, gst_ximage_src_ximage_get): Original commit message from CVS: * sys/ximage/gstximagesrc.c (gst_ximage_src_start, gst_ximage_src_ximage_get): * sys/ximage/gstximagesrc.h (last_ximage): When using Damage actually keep the last frame, and not assume that the buffer we get already has the last frame on it. Copy the cursor over if we specify a non-zero start x and start y. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9b8df30d..23eac2ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2007-05-11 Zaheer Abbas Merali <> + + * sys/ximage/gstximagesrc.c (gst_ximage_src_start, + gst_ximage_src_ximage_get): + * sys/ximage/gstximagesrc.h (last_ximage): + When using Damage actually keep the last frame, and not assume + that the buffer we get already has the last frame on it. + Copy the cursor over if we specify a non-zero start x and + start y. + 2007-05-11 Wim Taymans * gst/rtsp/rtsptransport.c: -- cgit