mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
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:
parent
3fc8ad0842
commit
08b7de807c
2 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,7 @@ thread (void)
|
|||
g_print ("Unreffing pipeline\n");
|
||||
g_object_unref (G_OBJECT (pipeline));
|
||||
}
|
||||
done = TRUE;
|
||||
}
|
||||
|
||||
int
|
||||
|
|
|
@ -63,6 +63,7 @@ thread (void)
|
|||
g_print ("Unreffing pipeline\n");
|
||||
g_object_unref (G_OBJECT (pipeline));
|
||||
}
|
||||
done = TRUE;
|
||||
}
|
||||
|
||||
int
|
||||
|
|
Loading…
Reference in a new issue