diff options
author | David Schleef <ds@schleef.org> | 2004-08-27 19:18:24 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2004-08-27 19:18:24 +0000 |
commit | da2168ed41e4827e1327a2f323bc4893d2925648 (patch) | |
tree | 6f0993cefbcc1a92dc198a5b415954b7d01a8a7e /ChangeLog | |
parent | 5176ff36f6cd9824c60e46ae20fdde6e152b31e5 (diff) | |
download | gst-plugins-bad-da2168ed41e4827e1327a2f323bc4893d2925648.tar.gz gst-plugins-bad-da2168ed41e4827e1327a2f323bc4893d2925648.tar.bz2 gst-plugins-bad-da2168ed41e4827e1327a2f323bc4893d2925648.zip |
sys/glsink/glimagesink.c: Move local variable declarations to make gcc-2.95 happy.
Original commit message from CVS:
* sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
(gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
(gst_glimagesink_fixate): Move local variable declarations to
make gcc-2.95 happy.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-08-27 David Schleef <ds@schleef.org> + + * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put), + (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get), + (gst_glimagesink_fixate): Move local variable declarations to + make gcc-2.95 happy. + 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org> * configure.ac: |