diff options
author | Luca Ognibene <luogni@tin.it> | 2005-05-25 11:36:10 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-05-25 11:36:10 +0000 |
commit | 08b17c060409967e585a3ae1cde4c49200f537e6 (patch) | |
tree | bcd73d59476ed56856c3407a492d3be21e6bcea5 /ChangeLog | |
parent | ea91ca5233d98d76837100f5aeadaaa28f9c17b9 (diff) | |
download | gst-plugins-bad-08b17c060409967e585a3ae1cde4c49200f537e6.tar.gz gst-plugins-bad-08b17c060409967e585a3ae1cde4c49200f537e6.tar.bz2 gst-plugins-bad-08b17c060409967e585a3ae1cde4c49200f537e6.zip |
sys/ximage/ximagesrc.c: fix bug brought out by gcc4. Closes #305012.
Original commit message from CVS:
patch by: Luca Ognibene <luogni@tin.it>
* sys/ximage/ximagesrc.c: (gst_ximagesrc_get),
(gst_ximagesrc_change_state):
fix bug brought out by gcc4. Closes #305012.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2005-05-25 Thomas Vander Stichele <thomas at apestaart dot org> + + patch by: Luca Ognibene <luogni@tin.it> + + * sys/ximage/ximagesrc.c: (gst_ximagesrc_get), + (gst_ximagesrc_change_state): + fix bug brought out by gcc4. Closes #305012. + 2005-05-24 Wouter Paesen <wouter@kangaroot.net> Reviewed by : Edward Hervey <bilboed@bilboed.com> |