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
@ -538,11 +538,12 @@ gst_gdk_animation_get_static_image (GdkPixbufAnimation *animation)
|
|||||||
{
|
{
|
||||||
GstGdkAnimation *ani = GST_GDK_ANIMATION (animation);
|
GstGdkAnimation *ani = GST_GDK_ANIMATION (animation);
|
||||||
GTimeVal tv;
|
GTimeVal tv;
|
||||||
|
GstGdkAnimationIter *iter;
|
||||||
|
|
||||||
if (!ani->pixbuf) {
|
if (!ani->pixbuf) {
|
||||||
GST_LOG_OBJECT (ani, "trying to create pixbuf");
|
GST_LOG_OBJECT (ani, "trying to create pixbuf");
|
||||||
g_get_current_time (&tv);
|
g_get_current_time (&tv);
|
||||||
GstGdkAnimationIter *iter = GST_GDK_ANIMATION_ITER (
|
iter = GST_GDK_ANIMATION_ITER (
|
||||||
gdk_pixbuf_animation_get_iter (animation, &tv));
|
gdk_pixbuf_animation_get_iter (animation, &tv));
|
||||||
if (iter) {
|
if (iter) {
|
||||||
guint64 offset;
|
guint64 offset;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user