aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-helper-audio-record-gst.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
committerChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
commit7e3cf5f461eb4fbb7581672bf0835da07c378136 (patch)
treebdc3874b7894242b095b892f1ed3e81a4d4f06c0 /src/conversation/gnunet-helper-audio-record-gst.c
parent01b480d6d026e0c537dc284a7e7df2c0320a3528 (diff)
downloadgnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.tar.gz
gnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.zip
tighten formatting rules
Diffstat (limited to 'src/conversation/gnunet-helper-audio-record-gst.c')
-rw-r--r--src/conversation/gnunet-helper-audio-record-gst.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/conversation/gnunet-helper-audio-record-gst.c b/src/conversation/gnunet-helper-audio-record-gst.c
index a3607014e..883dd9eea 100644
--- a/src/conversation/gnunet-helper-audio-record-gst.c
+++ b/src/conversation/gnunet-helper-audio-record-gst.c
@@ -108,6 +108,7 @@ quit ()
108 gst_element_set_state (pipeline, GST_STATE_NULL); 108 gst_element_set_state (pipeline, GST_STATE_NULL);
109} 109}
110 110
111
111static gboolean 112static gboolean
112bus_call (GstBus *bus, GstMessage *msg, gpointer data) 113bus_call (GstBus *bus, GstMessage *msg, gpointer data)
113{ 114{
@@ -141,6 +142,7 @@ bus_call (GstBus *bus, GstMessage *msg, gpointer data)
141 return TRUE; 142 return TRUE;
142} 143}
143 144
145
144void 146void
145source_child_added (GstChildProxy *child_proxy, GObject *object, gchar *name, 147source_child_added (GstChildProxy *child_proxy, GObject *object, gchar *name,
146 gpointer user_data) 148 gpointer user_data)
@@ -150,6 +152,7 @@ source_child_added (GstChildProxy *child_proxy, GObject *object, gchar *name,
150 (gint64) LATENCY_TIME, NULL); 152 (gint64) LATENCY_TIME, NULL);
151} 153}
152 154
155
153static void 156static void
154signalhandler (int s) 157signalhandler (int s)
155{ 158{