Added the flush flag

Original commit message from CVS:
Added the flush flag
This commit is contained in:
Wim Taymans 2002-06-09 12:13:56 +00:00
parent 3ab6d4c0e2
commit da176ab8ca
2 changed files with 2 additions and 0 deletions

View file

@ -78,6 +78,7 @@ struct _GstQueue {
* A value of -1 will block forever. */
gboolean may_deadlock; /* it the queue should fail on possible deadlocks */
gboolean interrupt;
gboolean flush;
GMutex *qlock; /* lock for queue (vs object lock) */
/* we are single reader and single writer queue */

View file

@ -78,6 +78,7 @@ struct _GstQueue {
* A value of -1 will block forever. */
gboolean may_deadlock; /* it the queue should fail on possible deadlocks */
gboolean interrupt;
gboolean flush;
GMutex *qlock; /* lock for queue (vs object lock) */
/* we are single reader and single writer queue */