From f903b16ba37e2b25826360883278a6432733d8c5 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Wed, 9 Jul 2014 18:35:13 +0530 Subject: Remove some unused headers, and fix a typo --- src/lib.c | 8 +------- 1 file changed, 1 insertion(+), 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 -#include -#include -#include -#include - 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 */ -- cgit v0.11.2-2-gd1dd