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.h26
1 files changed, 25 insertions, 1 deletions
diff --git a/src/conversation/gnunet_gst.h b/src/conversation/gnunet_gst.h
index 5a7213f48..266a0d892 100644
--- a/src/conversation/gnunet_gst.h
+++ b/src/conversation/gnunet_gst.h
@@ -1,3 +1,28 @@
1/*
2 This file is part of GNUnet.
3 Copyright (C) 2016 GNUnet e.V.
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18 Boston, MA 02110-1301, USA.
19*/
20/**
21 * @file conversation/gnunet_gst.c
22 * @brief FIXME
23 * @author Hark
24 */
25
1// which audiobackend we use 26// which audiobackend we use
2// 27//
3 28
@@ -34,4 +59,3 @@ gg_load_configuration (GNUNET_gstData * d);
34 59
35extern GstFlowReturn 60extern GstFlowReturn
36on_appsink_new_sample (GstElement *, GNUNET_gstData *); 61on_appsink_new_sample (GstElement *, GNUNET_gstData *);
37