summaryrefslogtreecommitdiff
path: root/gst/gstatomicqueue.h
diff options
context:
space:
mode:
authorEvan Nemerson <evan@coeus-group.com>2012-06-15 16:14:49 -0700
committerWim Taymans <wim.taymans@collabora.co.uk>2012-06-18 13:15:03 +0200
commitc29168ed5e999b85c20e6ed8d21b105ed6c22a88 (patch)
tree735b5043f7f12b43c972021345ec80c223f91c84 /gst/gstatomicqueue.h
parent6c6bb0e21739208fc85fb068983f3b86dc4d177a (diff)
downloadgstreamer-c29168ed5e999b85c20e6ed8d21b105ed6c22a88.tar.gz
atomic queue: register as boxed type
Diffstat (limited to 'gst/gstatomicqueue.h')
-rw-r--r--gst/gstatomicqueue.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/gstatomicqueue.h b/gst/gstatomicqueue.h
index e38e9b43c6..8d4f23334e 100644
--- a/gst/gstatomicqueue.h
+++ b/gst/gstatomicqueue.h
@@ -27,6 +27,8 @@
G_BEGIN_DECLS
+#define GST_TYPE_ATOMIC_QUEUE (gst_atomic_queue_get_type())
+
/**
* GstAtomicQueue:
*
@@ -39,6 +41,8 @@ G_BEGIN_DECLS
typedef struct _GstAtomicQueue GstAtomicQueue;
+GType gst_atomic_queue_get_type (void);
+
GstAtomicQueue * gst_atomic_queue_new (guint initial_size) G_GNUC_MALLOC;
void gst_atomic_queue_ref (GstAtomicQueue * queue);