summaryrefslogtreecommitdiff
path: root/gst/gst.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2014-07-26 14:42:54 +0100
committerTim-Philipp Müller <tim@centricular.com>2014-07-27 15:14:33 +0100
commit9ceb8f3a90c3b403ddde8e4dc2f6df8b1d45cf48 (patch)
tree8dac66dc5ada49ba022832fda88034b59f9534e6 /gst/gst.h
parent2202c249e86daab1c983b39d827eeaf92c9e422c (diff)
downloadgstreamer-9ceb8f3a90c3b403ddde8e4dc2f6df8b1d45cf48.tar.gz
gst: include atomicqueue.h again in gst.h
It's a public header of gstreamer core, so #include <gst/gst.h> should make the API available.
Diffstat (limited to 'gst/gst.h')
-rw-r--r--gst/gst.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/gst.h b/gst/gst.h
index 65328091b1..6617f28bbf 100644
--- a/gst/gst.h
+++ b/gst/gst.h
@@ -31,6 +31,7 @@
#include <gst/gstenumtypes.h>
#include <gst/gstversion.h>
+#include <gst/gstatomicqueue.h>
#include <gst/gstbin.h>
#include <gst/gstbuffer.h>
#include <gst/gstbufferlist.h>