aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet_gst_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation/gnunet_gst_def.h')
-rw-r--r--src/conversation/gnunet_gst_def.h80
1 files changed, 40 insertions, 40 deletions
diff --git a/src/conversation/gnunet_gst_def.h b/src/conversation/gnunet_gst_def.h
index 131dc4f7d..341341f24 100644
--- a/src/conversation/gnunet_gst_def.h
+++ b/src/conversation/gnunet_gst_def.h
@@ -1,22 +1,22 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 Copyright (C) 2016 GNUnet e.V. 3 Copyright (C) 2016 GNUnet e.V.
4 4
5 GNUnet is free software: you can redistribute it and/or modify it 5 GNUnet is free software: you can redistribute it and/or modify it
6 under the terms of the GNU Affero General Public License as published 6 under the terms of the GNU Affero General Public License as published
7 by the Free Software Foundation, either version 3 of the License, 7 by the Free Software Foundation, either version 3 of the License,
8 or (at your option) any later version. 8 or (at your option) any later version.
9 9
10 GNUnet is distributed in the hope that it will be useful, but 10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
18 SPDX-License-Identifier: AGPL3.0-or-later 18 SPDX-License-Identifier: AGPL3.0-or-later
19*/ 19 */
20/** 20/**
21 * @file conversation/gnunet_gst_def.h 21 * @file conversation/gnunet_gst_def.h
22 * @brief FIXME 22 * @brief FIXME
@@ -43,20 +43,20 @@
43#include "gnunet_common.h" 43#include "gnunet_common.h"
44 44
45/* 45/*
46#include <gst/gst.h> 46 #include <gst/gst.h>
47#include <gst/audio/gstaudiobasesrc.h> 47 #include <gst/audio/gstaudiobasesrc.h>
48#include <gst/app/gstappsrc.h> 48 #include <gst/app/gstappsrc.h>
49*/ 49 */
50 50
51/* huh 51/* huh
52#include <glib-2.0/glib.h> 52 #include <glib-2.0/glib.h>
53 53
54#include <gstreamer-1.0/gst/gst.h> 54 #include <gstreamer-1.0/gst/gst.h>
55#include <gstreamer-1.0/gst/pbutils/pbutils.h> 55 #include <gstreamer-1.0/gst/pbutils/pbutils.h>
56#include <gstreamer-1.0/gst/video/videooverlay.h> 56 #include <gstreamer-1.0/gst/video/videooverlay.h>
57#include <gstreamer-1.0/gst/audio/gstaudiobasesrc.h> 57 #include <gstreamer-1.0/gst/audio/gstaudiobasesrc.h>
58#include <gstreamer-1.0/gst/app/gstappsrc.h> 58 #include <gstreamer-1.0/gst/app/gstappsrc.h>
59*/ 59 */
60 60
61#include <gst/gst.h> 61#include <gst/gst.h>
62#include <gst/audio/gstaudiobasesrc.h> 62#include <gst/audio/gstaudiobasesrc.h>
@@ -190,29 +190,29 @@ struct GNUNET_gstData {
190#define SAMPLING_RATE 48000 190#define SAMPLING_RATE 48000
191 191
192enum { 192enum {
193 AUTO, 193 AUTO,
194 JACK, 194 JACK,
195 ALSA, 195 ALSA,
196 FAKE, 196 FAKE,
197 TEST 197 TEST
198}; 198};
199 199
200enum { 200enum {
201 SOURCE, 201 SOURCE,
202 SINK 202 SINK
203}; 203};
204 204
205enum { 205enum {
206 ENCODER, 206 ENCODER,
207 DECODER 207 DECODER
208}; 208};
209 209
210enum { 210enum {
211 FAIL, 211 FAIL,
212 OK 212 OK
213}; 213};
214 214
215enum { 215enum {
216 SPEAKER, 216 SPEAKER,
217 MICROPHONE 217 MICROPHONE
218}; 218};