mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
fix for ringbuffer rename
This commit is contained in:
parent
1ad11e307a
commit
9daea802fa
2 changed files with 1 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
#include <gst/gst.h>
|
||||
#include <pulse/pulseaudio.h>
|
||||
#include <gst/audio/gstringbuffer.h>
|
||||
#include <gst/audio/gstaudioringbuffer.h>
|
||||
#include <gst/audio/gstaudiosink.h>
|
||||
|
||||
gboolean gst_pulse_fill_sample_spec (GstAudioRingBufferSpec * spec,
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#define __GST_IIR_EQUALIZER__
|
||||
|
||||
#include <gst/audio/gstaudiofilter.h>
|
||||
#include <gst/audio/gstringbuffer.h>
|
||||
|
||||
typedef struct _GstIirEqualizer GstIirEqualizer;
|
||||
typedef struct _GstIirEqualizerClass GstIirEqualizerClass;
|
||||
|
|
Loading…
Reference in a new issue