This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
/* |
| 2 |
* Copyright (C) 2011 Felipe Contreras |
| 3 |
* |
| 4 |
* Author: Felipe Contreras <felipe.contreras@gmail.com> |
| 5 |
* |
| 6 |
* This file may be used under the terms of the GNU Lesser General Public |
| 7 |
* License version 2.1, a copy of which is found in LICENSE included in the |
| 8 |
* packaging of this file. |
| 9 |
*/ |
| 10 |
|
| 11 |
#ifndef GST_DSP_BUFFER_H |
| 12 |
#define GST_DSP_BUFFER_H |
| 13 |
|
| 14 |
#include <gst/gst.h> |
| 15 |
|
| 16 |
#include "gstdspbase.h" |
| 17 |
|
| 18 |
GType gst_dsp_buffer_get_type(void); |
| 19 |
|
| 20 |
GstBuffer *gst_dsp_buffer_new(GstDspBase *base, struct td_buffer *tb); |
| 21 |
|
| 22 |
#endif /* GST_DSP_BASE_H */ |