diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2014-07-09 13:05:13 (GMT) |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2014-07-09 13:05:13 (GMT) |
commit | f903b16ba37e2b25826360883278a6432733d8c5 (patch) | |
tree | 4e0dfae0c313e766f635dc60ac74cca8c33b67dd /src/lib.c | |
parent | b64b589fe4c68957fec1aaebc770fc65602257f7 (diff) | |
download | soup-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.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 */ |