gst: include atomicqueue.h again in gst.h
authorTim-Philipp Müller <tim@centricular.com>
Sat, 26 Jul 2014 13:42:54 +0000 (14:42 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 26 Jul 2014 13:43:34 +0000 (14:43 +0100)
It's a public header of gstreamer core, so #include <gst/gst.h>
should make the API available.

gst/gst.h

index 6532809..6617f28 100644 (file)
--- 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>