#define __GST_ALSASINK_H__
#include <gst/gst.h>
-#include <gst/audio/gstaudiosink.h>
+#include <gst/audio/audio.h>
#include <alsa/asoundlib.h>
G_BEGIN_DECLS
#ifndef __GST_ALSASRC_H__
#define __GST_ALSASRC_H__
-#include <gst/audio/gstaudiosrc.h>
+#include <gst/audio/audio.h>
#include "gstalsa.h"
G_BEGIN_DECLS
#include "config.h"
#endif
-#include "gsttheoraenc.h"
-
#include <string.h>
#include <stdlib.h> /* free */
#include <gst/video/video.h>
#include <gst/video/gstvideometa.h>
+#include "gsttheoraenc.h"
+
#define GST_CAT_DEFAULT theoraenc_debug
GST_DEBUG_CATEGORY_STATIC (GST_CAT_DEFAULT);