summaryrefslogtreecommitdiff
path: root/src/lib.c
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2014-07-09 13:05:13 (GMT)
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2014-07-09 13:05:13 (GMT)
commitf903b16ba37e2b25826360883278a6432733d8c5 (patch)
tree4e0dfae0c313e766f635dc60ac74cca8c33b67dd /src/lib.c
parentb64b589fe4c68957fec1aaebc770fc65602257f7 (diff)
downloadsoup-transcoding-proxy-f903b16ba37e2b25826360883278a6432733d8c5.zip
soup-transcoding-proxy-f903b16ba37e2b25826360883278a6432733d8c5.tar.gz
Remove some unused headers, and fix a typo
Diffstat (limited to 'src/lib.c')
-rw-r--r--src/lib.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib.c b/src/lib.c
index 584da39..8e0616f 100644
--- a/src/lib.c
+++ b/src/lib.c
@@ -3,12 +3,6 @@
#include "lib.h"
-#include <poll.h>
-#include <unistd.h>
-#include <sys/stat.h>
-#include <glib-object.h>
-#include <gio/gunixinputstream.h>
-
gboolean
stp_on_gst_bus_message (GstBus *bus,
GstMessage *msg,
@@ -98,7 +92,7 @@ stp_cleanup_transcode_client_ctx (TranscodeClientCtx *ctx)
TranscodeServerCtx *server_ctx = ctx->server_ctx;
GstElement *sinkbin = GST_ELEMENT (gst_element_get_parent (ctx->appsink));
- g_print (">>> Doing client cleanup .");
+ g_print (">>> Doing client cleanup.");
/* If we're cleaning up because the server is shutting down,
* this will be NULL */