summaryrefslogtreecommitdiff
path: root/src/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.c')
-rw-r--r--src/lib.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib.c b/src/lib.c
index 2d86b7c..4a3d4df 100644
--- a/src/lib.c
+++ b/src/lib.c
@@ -1,4 +1,4 @@
-/*
+/*
* vim: set sts=2 sw=2 et :
*
* License: LGPL-2.1+
@@ -60,7 +60,7 @@ stp_on_gst_bus_message (GstBus *bus,
}
/* When the incoming stream reaches EOS, we call this
- * which initiates a shutdown for all clients and then
+ * which initiates a shutdown for all clients and then
* the server itself */
void
stp_cleanup_transcode_server_ctx (TranscodeServerCtx *ctx)
@@ -107,8 +107,8 @@ pad_blocked_cleanup_cb (GstPad *srcpad,
}
/* When a client leaves or is kicked, we set the response status
- * and then call cleanup here. This involves removing the appsink
- * branch for the client from the pipeline, and then freeing the
+ * and then call cleanup here. This involves removing the appsink
+ * branch for the client from the pipeline, and then freeing the
* context. */
void
stp_cleanup_transcode_client_ctx (TranscodeClientCtx *ctx)