I suppose this is where done=FALSE should be done..

Original commit message from CVS:
I suppose this is where done=FALSE should be done..
This commit is contained in:
Wim Taymans 2002-11-19 23:21:28 +00:00
parent 3fc8ad0842
commit 08b7de807c
2 changed files with 2 additions and 0 deletions

View file

@ -63,6 +63,7 @@ thread (void)
g_print ("Unreffing pipeline\n");
g_object_unref (G_OBJECT (pipeline));
}
done = TRUE;
}
int

View file

@ -63,6 +63,7 @@ thread (void)
g_print ("Unreffing pipeline\n");
g_object_unref (G_OBJECT (pipeline));
}
done = TRUE;
}
int