From 1f0ada9d7048385e6a4706bd0c5ca1ce55a4bafc Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Sun, 7 Dec 2003 22:45:23 +0000 Subject: [PATCH] gcc-2.95 nitpicking - thanks Scott Wheeler Original commit message from CVS: gcc-2.95 nitpicking - thanks Scott Wheeler --- ext/gdk_pixbuf/gstgdkanimation.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/gdk_pixbuf/gstgdkanimation.c b/ext/gdk_pixbuf/gstgdkanimation.c index e1fc9fac4b..934653c6cc 100644 --- a/ext/gdk_pixbuf/gstgdkanimation.c +++ b/ext/gdk_pixbuf/gstgdkanimation.c @@ -538,11 +538,12 @@ gst_gdk_animation_get_static_image (GdkPixbufAnimation *animation) { GstGdkAnimation *ani = GST_GDK_ANIMATION (animation); GTimeVal tv; + GstGdkAnimationIter *iter; if (!ani->pixbuf) { GST_LOG_OBJECT (ani, "trying to create pixbuf"); g_get_current_time (&tv); - GstGdkAnimationIter *iter = GST_GDK_ANIMATION_ITER ( + iter = GST_GDK_ANIMATION_ITER ( gdk_pixbuf_animation_get_iter (animation, &tv)); if (iter) { guint64 offset;