videotestsrc: remove threads

Remove the threads from the element and use timerfd to schedule timeouts
Propagate live flag between node links
This commit is contained in:
Wim Taymans 2016-09-19 19:17:59 +02:00
parent 1e565a5f65
commit 4b83d6cfc8
9 changed files with 809 additions and 802 deletions

View file

@ -53,6 +53,9 @@ struct _PinosNode {
SpaNode *node;
bool live;
SpaClock *clock;
PinosNodePrivate *priv;
};