summaryrefslogtreecommitdiff
path: root/src/lib.c
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2014-07-14 16:39:22 (GMT)
committerNirbheek Chauhan <nirbheek@centricular.com>2014-07-14 16:39:22 (GMT)
commite24395dd55d601211c27646b4ebde4e95fda72af (patch)
tree2488c1cd3fe30f580f1d521063fdb8511790e1f9 /src/lib.c
parent306a94bebeded036a788e6d4b682bf442b5f8bb1 (diff)
downloadsoup-transcoding-proxy-e24395dd55d601211c27646b4ebde4e95fda72af.zip
soup-transcoding-proxy-e24395dd55d601211c27646b4ebde4e95fda72af.tar.gz
appsink: Pull and write samples in the libsoup main context
Diffstat (limited to 'src/lib.c')
-rw-r--r--src/lib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib.c b/src/lib.c
index f527e04..fa23256 100644
--- a/src/lib.c
+++ b/src/lib.c
@@ -140,7 +140,6 @@ stp_cleanup_transcode_client_ctx (TranscodeClientCtx *ctx)
(GstPadProbeCallback) pad_blocked_cleanup_cb,
ctx, (GDestroyNotify)g_free);
- g_mutex_clear (&ctx->can_write_chunk);
gst_object_unref (sinkbin);
stp_print_status (".");
}
@@ -159,7 +158,6 @@ stp_disconnect_cleanup_client (TranscodeClientCtx *ctx)
soup_message_body_complete (ctx->msg->response_body);
g_source_remove (ctx->timeout_handler_id);
- g_mutex_clear (&ctx->can_write_chunk);
g_free (ctx);
}