mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 13:53:19 +00:00
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.
This commit is contained in:
parent
2202c249e8
commit
9ceb8f3a90
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue