Added the flush flag
authorWim Taymans <wim.taymans@gmail.com>
Sun, 9 Jun 2002 12:13:56 +0000 (12:13 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sun, 9 Jun 2002 12:13:56 +0000 (12:13 +0000)
Original commit message from CVS:
Added the flush flag

gst/gstqueue.h
plugins/elements/gstqueue.h

index 5fabe89..e9e8b7c 100644 (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 */
index 5fabe89..e9e8b7c 100644 (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 */