diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -124,6 +124,9 @@ write_client_chunk_cb (GstElement *appsink, GstBuffer *buffer; gboolean eos; + /* FIXME: Maybe dispatch to libsoup's main loop and do + * everything from there instead? + */ if (!g_mutex_trylock (&ctx->can_write_chunk)) { stp_print_status ("!"); /* We cannot safely append to the message body till |