diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-08-24 14:08:58 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-08-24 14:08:58 +0000 |
commit | c4763dbb33c77f064d73147c05194d393cea5d9a (patch) | |
tree | b1492d21a0a235b3f1eb43b36e3c4f2614c0dc77 /gst/audioresample/buffer.c | |
parent | 0232ff9645070024f90e7c83b821fb472c46e34b (diff) | |
download | gst-plugins-bad-c4763dbb33c77f064d73147c05194d393cea5d9a.tar.gz gst-plugins-bad-c4763dbb33c77f064d73147c05194d393cea5d9a.tar.bz2 gst-plugins-bad-c4763dbb33c77f064d73147c05194d393cea5d9a.zip |
port audioresample to basetransform
Original commit message from CVS:
port audioresample to basetransform
Diffstat (limited to 'gst/audioresample/buffer.c')
-rw-r--r-- | gst/audioresample/buffer.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gst/audioresample/buffer.c b/gst/audioresample/buffer.c index f72e6056..679fa020 100644 --- a/gst/audioresample/buffer.c +++ b/gst/audioresample/buffer.c @@ -3,10 +3,11 @@ #include "config.h" #endif -#include <audioresample/buffer.h> #include <glib.h> #include <string.h> -#include <audioresample/debug.h> + +#include "buffer.h" +#include "debug.h" static void audioresample_buffer_free_mem (AudioresampleBuffer * buffer, void *); |