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.h43
1 files changed, 34 insertions, 9 deletions
diff --git a/src/conversation/gnunet_gst_def.h b/src/conversation/gnunet_gst_def.h
index 2e6903db4..9f519b564 100644
--- a/src/conversation/gnunet_gst_def.h
+++ b/src/conversation/gnunet_gst_def.h
@@ -1,21 +1,46 @@
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_def.h
22 * @brief FIXME
23 * @author Hark
24 */
25
1#include <getopt.h> 26#include <getopt.h>
2#include <string.h> 27#include <string.h>
3#include <stdio.h> 28#include <stdio.h>
4#include <ctype.h> 29#include <ctype.h>
5#include <stdlib.h> 30#include <stdlib.h>
6#include <unistd.h> 31#include <unistd.h>
7#include <time.h> 32#include <time.h>
8#include <regex.h> 33#include <regex.h>
9 34
10 35
11#include "gnunet/platform.h" 36#include "platform.h"
12#include "gnunet/gnunet_util_lib.h" 37#include "gnunet_util_lib.h"
13#include "gnunet/gnunet_protocols.h" 38#include "gnunet_protocols.h"
14//#include "gnunet/conversation.h" doesn't get installed 39//#include "gnunet/conversation.h" doesn't get installed
15#include "conversation.h" 40#include "conversation.h"
16#include "gnunet/gnunet_constants.h" 41#include "gnunet_constants.h"
17#include "gnunet/gnunet_core_service.h" 42#include "gnunet_core_service.h"
18#include "gnunet/gnunet_common.h" 43#include "gnunet_common.h"
19 44
20/* 45/*
21#include <gst/gst.h> 46#include <gst/gst.h>
@@ -70,7 +95,7 @@ struct GNUNET_gstData {
70 GstElement *appsrc; 95 GstElement *appsrc;
71 GstElement *appsink; 96 GstElement *appsink;
72 //settings 97 //settings
73 int audiobackend; 98 int audiobackend;
74 int dropsilence; 99 int dropsilence;
75 int usertp; 100 int usertp;
76 int pure_ogg; 101 int pure_ogg;