mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
gcc-2.95 nitpicking - thanks Scott Wheeler
Original commit message from CVS: gcc-2.95 nitpicking - thanks Scott Wheeler
This commit is contained in:
parent
ac08905fb9
commit
1f0ada9d70
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue