mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +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
64cc548c16
commit
24080568a1
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