summaryrefslogtreecommitdiff
path: root/src/audio.h
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-11-18 13:13:21 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-11-18 13:13:21 +0100
commitdfe6b01c38210a00cc192834713f9e775c0835ed (patch)
tree16c6719c945bce5e2b672a72ee710fa6a32f8735 /src/audio.h
parent7ea6506c94edc7b7a5200538f5b32131c4f6d005 (diff)
downloadcmumble-UDP_AND_GST1_AND_CLOCK.tar.gz
cmumble-UDP_AND_GST1_AND_CLOCK.tar.bz2
cmumble-UDP_AND_GST1_AND_CLOCK.zip
UDP_AND_GST1_AND_CLOCKUDP_AND_GST1_AND_CLOCK
Diffstat (limited to 'src/audio.h')
-rw-r--r--src/audio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/audio.h b/src/audio.h
index 90dc13d..3ab1d4c 100644
--- a/src/audio.h
+++ b/src/audio.h
@@ -6,7 +6,7 @@
#include <gst/gst.h>
#include <gst/app/gstappsrc.h>
#include <gst/app/gstappsink.h>
-#include <gst/app/gstappbuffer.h>
+//#include <gst/app/gstappbuffer.h>
#include <celt/celt.h>
#include <celt/celt_header.h>
@@ -35,6 +35,6 @@ cmumble_audio_create_playback_pipeline(struct cmumble *cm,
void
cmumble_audio_push(struct cmumble *cm, struct cmumble_user *user,
- const guint8 *data, gsize size);
+ const guint8 *data, gsize size, gint64 sequence);
#endif /* _AUDIO_H_ */