aboutsummaryrefslogtreecommitdiff
path: root/plugins/elements/gstmultiqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/elements/gstmultiqueue.h')
-rw-r--r--plugins/elements/gstmultiqueue.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/elements/gstmultiqueue.h b/plugins/elements/gstmultiqueue.h
index bb3d840..04c7501 100644
--- a/plugins/elements/gstmultiqueue.h
+++ b/plugins/elements/gstmultiqueue.h
@@ -24,7 +24,7 @@
#define __GST_MULTI_QUEUE_H__
#include <gst/gst.h>
-#include <gst/base/gstdataqueue.h>
+#include "gstdataqueue.h"
G_BEGIN_DECLS
@@ -65,11 +65,11 @@ struct _GstMultiQueue {
gboolean buffering;
gint percent;
- guint32 counter; /* incoming object counter, use atomic accesses */
+ guint counter; /* incoming object counter, use atomic accesses */
guint32 highid; /* contains highest id of last outputted object */
GstClockTime high_time; /* highest start running time */
- GMutex * qlock; /* Global queue lock (vs object lock or individual */
+ GMutex qlock; /* Global queue lock (vs object lock or individual */
/* queues lock). Protects nbqueues, queues, global */
/* GstMultiQueueSize, counter and highid */