summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Ognibene <luogni@tin.it>2005-05-25 11:36:10 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-05-25 11:36:10 +0000
commit08b17c060409967e585a3ae1cde4c49200f537e6 (patch)
treebcd73d59476ed56856c3407a492d3be21e6bcea5
parentea91ca5233d98d76837100f5aeadaaa28f9c17b9 (diff)
downloadgst-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.
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d8d7f32..2f6f40d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>