mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
opensles: Only include <gst/audio/audio.h>
This commit is contained in:
parent
acacef9fbb
commit
a63ed8cfc7
3 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@
|
|||
#define __OPENSLESRINGBUFFER_H__
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/audio/gstaudioringbuffer.h>
|
||||
#include <gst/audio/audio.h>
|
||||
|
||||
#include <SLES/OpenSLES.h>
|
||||
#include <SLES/OpenSLES_Android.h>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#define __OPENSLESSINK_H__
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/audio/gstaudiobasesink.h>
|
||||
#include <gst/audio/audio.h>
|
||||
#include "openslesringbuffer.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#define __OPENSLESSRC_H__
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/audio/gstaudiobasesrc.h>
|
||||
#include <gst/audio/audio.h>
|
||||
#include "openslesringbuffer.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
|
Loading…
Reference in a new issue