diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.c | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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 */ |