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