diff options
author | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2006-03-31 15:21:35 +0000 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2006-03-31 15:21:35 +0000 |
commit | 7b8578af9f13465c8fec1fa973b78e8f431b88c1 (patch) | |
tree | 74c7f114709844d6aab934eef8504a18200eb384 /ChangeLog | |
parent | 15d5008ffc61e32156316ebedb1a1fb5bf7a683f (diff) | |
download | gst-plugins-bad-7b8578af9f13465c8fec1fa973b78e8f431b88c1.tar.gz gst-plugins-bad-7b8578af9f13465c8fec1fa973b78e8f431b88c1.tar.bz2 gst-plugins-bad-7b8578af9f13465c8fec1fa973b78e8f431b88c1.zip |
sys/ximagesrc/: Fix ximagesrc so a) the cursor doesnt trail and b) there are no yellow rectangles with the cursor
Original commit message from CVS:
2006-03-31 Zaheer Abbas Merali <zaheerabbas at merali dot org>
* sys/ximagesrc/ximagesrc.c: (composite_pixel),
(gst_ximagesrc_ximage_get), (gst_ximagesrc_set_property),
(gst_ximagesrc_get_caps), (gst_ximagesrc_class_init):
* sys/ximagesrc/ximagesrc.h:
* sys/ximagesrc/ximageutil.c: (ximageutil_xcontext_get):
* sys/ximagesrc/ximageutil.h:
Fix ximagesrc so a) the cursor doesnt trail and b) there are no
yellow rectangles with the cursor
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2006-03-31 Zaheer Abbas Merali <zaheerabbas at merali dot org> + + * sys/ximagesrc/ximagesrc.c: (composite_pixel), + (gst_ximagesrc_ximage_get), (gst_ximagesrc_set_property), + (gst_ximagesrc_get_caps), (gst_ximagesrc_class_init): + * sys/ximagesrc/ximagesrc.h: + * sys/ximagesrc/ximageutil.c: (ximageutil_xcontext_get): + * sys/ximagesrc/ximageutil.h: + Fix ximagesrc so a) the cursor doesnt trail and b) there are no + yellow rectangles with the cursor + 2006-03-31 Michael Smith <msmith@fluendo.com> * configure.ac: |