aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet_gst.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation/gnunet_gst.h')
-rw-r--r--src/conversation/gnunet_gst.h58
1 files changed, 29 insertions, 29 deletions
diff --git a/src/conversation/gnunet_gst.h b/src/conversation/gnunet_gst.h
index 88e2dc100..8667a823b 100644
--- a/src/conversation/gnunet_gst.h
+++ b/src/conversation/gnunet_gst.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.c 21 * @file conversation/gnunet_gst.c
22 * @brief FIXME 22 * @brief FIXME
@@ -27,35 +27,35 @@
27// 27//
28 28
29/* 29/*
30int audiobackend = JACK; 30 int audiobackend = JACK;
31int dropsilence = TRUE; 31 int dropsilence = TRUE;
32int enough = 0; 32 int enough = 0;
33int usertp = TRUE; 33 int usertp = TRUE;
34*/ 34 */
35 35
36#define gst_element_factory_make(element, name) gst_element_factory_make_debug (element, name); 36#define gst_element_factory_make(element, name) gst_element_factory_make_debug(element, name);
37 37
38extern void pl_graph(); 38extern void pl_graph();
39 39
40 40
41extern GstElement * 41extern GstElement *
42 gst_element_factory_make_debug( gchar *, gchar *); 42gst_element_factory_make_debug(gchar *, gchar *);
43 43
44extern GstBin * 44extern GstBin *
45 get_audiobin(GNUNET_gstData *, int); 45get_audiobin(GNUNET_gstData *, int);
46 46
47extern GstBin * 47extern GstBin *
48 get_coder(GNUNET_gstData *, int); 48get_coder(GNUNET_gstData *, int);
49 49
50 50
51extern gboolean 51extern gboolean
52gnunet_gst_bus_call (GstBus *bus, GstMessage *msg, gpointer data); 52gnunet_gst_bus_call(GstBus *bus, GstMessage *msg, gpointer data);
53 53
54extern void 54extern void
55gg_setup_gst_bus (GNUNET_gstData * d); 55gg_setup_gst_bus(GNUNET_gstData * d);
56 56
57extern void 57extern void
58gg_load_configuration (GNUNET_gstData * d); 58gg_load_configuration(GNUNET_gstData * d);
59 59
60extern GstFlowReturn 60extern GstFlowReturn
61on_appsink_new_sample (GstElement *, GNUNET_gstData *); 61on_appsink_new_sample(GstElement *, GNUNET_gstData *);