summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 */