diff options
author | Benjamin Otte <otte@gnome.org> | 2004-03-12 21:43:25 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-03-12 21:43:25 +0000 |
commit | 10575d1a7e4abd08d6b7d628c742ce2cb6d3d213 (patch) | |
tree | 24894a2a310ac2ecdb8d463e47dbcf466ede4292 /ChangeLog | |
parent | b8c127e159eee26c2ad61b03455ccaf3ce781ed2 (diff) | |
download | gst-plugins-bad-10575d1a7e4abd08d6b7d628c742ce2cb6d3d213.tar.gz gst-plugins-bad-10575d1a7e4abd08d6b7d628c742ce2cb6d3d213.tar.bz2 gst-plugins-bad-10575d1a7e4abd08d6b7d628c742ce2cb6d3d213.zip |
gst-libs/gst/xoverlay/xoverlay.*: replace XID with unsigned long to get rid of the xlibs dependency in
Original commit message from CVS:
* gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
(gst_x_overlay_got_xwindow_id):
* gst-libs/gst/xoverlay/xoverlay.h:
replace XID with unsigned long to get rid of the xlibs dependency in
XOverlay (fixes #137004)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-03-12 Benjamin Otte <otte@gnome.org> + + * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id), + (gst_x_overlay_got_xwindow_id): + * gst-libs/gst/xoverlay/xoverlay.h: + replace XID with unsigned long to get rid of the xlibs dependency in + XOverlay (fixes #137004) + 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com> * gst/effectv/gstaging.c: (gst_agingtv_base_init), (gst_agingtv_setup): |